durden: update to 0.4.0.5.
Closes #13508. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
6f81fb6bc6
commit
060acd788d
1 changed files with 7 additions and 8 deletions
|
@ -1,24 +1,23 @@
|
||||||
# Template file for 'durden'
|
# Template file for 'durden'
|
||||||
pkgname=durden
|
pkgname=durden
|
||||||
version=0.4.0.4
|
version=0.4.0.5
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-${version}
|
depends="aclip aloadimage"
|
||||||
noarch=yes
|
|
||||||
depends="aclip aloadimage aloadimage"
|
|
||||||
short_desc="Desktop environment for Arcan"
|
short_desc="Desktop environment for Arcan"
|
||||||
maintainer="Piraty <piraty1@inbox.ru>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="3-Clause BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://durden.arcan-fe.com/"
|
homepage="http://durden.arcan-fe.com/"
|
||||||
distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=32d5cbdb128c8657508b920b3113a455ed0a295bfadcf2ccce9e5543fdb34a1a
|
checksum=3f966a9e89c7b82a2bab267352ba321e148a1e414d3079db64a07a201916f1b9
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense LICENSE
|
|
||||||
vbin distr/durden
|
vbin distr/durden
|
||||||
|
vlicense LICENSE
|
||||||
|
|
||||||
vmkdir /usr/share/durden/durden
|
vmkdir /usr/share/durden/durden
|
||||||
vcopy durden/* usr/share/durden/durden
|
vcopy durden/* usr/share/durden/durden
|
||||||
for f in CHANGELOG.md HACKING.md README.md; do
|
for f in CHANGELOG.md HACKING.md README.md; do
|
||||||
vcopy ${f} usr/share/durden
|
vdoc "$f"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue