commit
57e566d4f9
1 changed files with 19 additions and 0 deletions
19
srcpkgs/cdm/template
Normal file
19
srcpkgs/cdm/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'cdm'
|
||||||
|
pkgname=cdm
|
||||||
|
version=0.0.20140805
|
||||||
|
revision=1
|
||||||
|
_commit=7b6c395e91aa6c43b94a77994bffd4d9c9e2cffa
|
||||||
|
wrksrc="${pkgname}-${_commit}"
|
||||||
|
noarch=yes
|
||||||
|
short_desc="Console Display Manager"
|
||||||
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
|
depends="bash"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="https://github.com/ghost1227/cdm"
|
||||||
|
distfiles="$homepage/archive/$_commit.tar.gz"
|
||||||
|
checksum=6770e91a45059fce870ecce5c12fa61efa10c7a1f1d16afda283deba8659a925
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
sed -i 's| /| $PKGDESTDIR/|g' install.sh
|
||||||
|
PKGDESTDIR="$PKGDESTDIR" ./install.sh
|
||||||
|
}
|
Loading…
Reference in a new issue