Skip to content

Instantly share code, notes, and snippets.

@nicholasbishop
Created November 27, 2017 18:21
Show Gist options
  • Save nicholasbishop/32cb5d150f48a6277b0e75e9456b03b4 to your computer and use it in GitHub Desktop.
Save nicholasbishop/32cb5d150f48a6277b0e75e9456b03b4 to your computer and use it in GitHub Desktop.
EAPI=5
EGIT_REPO_URI="git@github.com:neverware/LiME.git"
EGIT_BRANCH="bishop-ebuild"
inherit git-2 linux-mod
SRC_URI=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="*"
DEPEND="virtual/linux-sources"
BUILD_TARGETS="clean modules"
MODULE_NAMES="lime(:${S}/src)"
pkg_setup() {
linux-mod_pkg_setup
BUILD_PARAMS="KSRC=${KV_OUT_DIR}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment