New ebuild for remote control
This commit is contained in:
parent
9648b025b1
commit
264819409e
4 changed files with 44 additions and 0 deletions
27
app-misc/odroidc1-remote/odroidc1-remote-9999.ebuild
Normal file
27
app-misc/odroidc1-remote/odroidc1-remote-9999.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
EAPI=5
|
||||
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="git://github.com/mdrjr/c1_irremote.git"
|
||||
|
||||
DESCRIPTION="ODROID-C1 remote control setup"
|
||||
HOMEPAGE="https://github.com/mdrjr/c1_irremote.git"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
insinto /etc
|
||||
doins odroid_remote.conf
|
||||
|
||||
insinto /usr/bin
|
||||
insopts -m0755
|
||||
doins odroid_remote
|
||||
|
||||
insinto /etc/init.d
|
||||
doins "${FILESDIR}"/odroid_remote
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue