New package: dex-0.7
This commit is contained in:
parent
c1213e5e45
commit
4604d646b2
1 changed files with 19 additions and 0 deletions
19
srcpkgs/dex/template
Normal file
19
srcpkgs/dex/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'dex'
|
||||
pkgname=dex
|
||||
version=0.7
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
make_install_args="MANPREFIX=/usr/share/man"
|
||||
python_version=3
|
||||
depends="python3"
|
||||
short_desc="Generate and execute DesktopEntry files of the Application type"
|
||||
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/jceb/dex"
|
||||
distfiles="https://github.com/jceb/dex/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=2b0c98832c4b894486807a9ac0417ca127425013e0f07da352621065cb36adc6
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
||||
}
|
Loading…
Reference in a new issue