cdm: update to 0.7.
Closes #13573. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
53d544308a
commit
cda5ec2d5c
|
@ -1,17 +1,15 @@
|
|||
# Template file for 'cdm'
|
||||
pkgname=cdm
|
||||
version=0.0.20140805
|
||||
revision=2
|
||||
_commit=7b6c395e91aa6c43b94a77994bffd4d9c9e2cffa
|
||||
wrksrc="${pkgname}-${_commit}"
|
||||
noarch=yes
|
||||
version=0.7
|
||||
revision=1
|
||||
short_desc="Console Display Manager"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
depends="dialog xinit kbd xdpyinfo"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/ghost1227/cdm"
|
||||
distfiles="$homepage/archive/$_commit.tar.gz"
|
||||
checksum=6770e91a45059fce870ecce5c12fa61efa10c7a1f1d16afda283deba8659a925
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/evertiro/cdm"
|
||||
distfiles="https://github.com/evertiro/cdm/archive/${version}.tar.gz"
|
||||
checksum=530042165ce65cdff3ec62ba9f077d0e8c6744c13f5d449d84fe2506a79d2e56
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
sed -i 's| /| $PKGDESTDIR/|g' install.sh
|
||||
|
|
Loading…
Reference in New Issue