void-packages/srcpkgs/dex/template

21 lines
631 B
Bash
Raw Normal View History

2016-10-11 19:27:35 +02:00
# Template file for 'dex'
pkgname=dex
2017-10-13 04:25:08 -03:00
version=0.8.0
2016-10-11 19:27:35 +02:00
revision=1
noarch=yes
build_style=gnu-makefile
make_install_args="MANPREFIX=/usr/share/man"
python_version=3
2017-10-13 04:25:08 -03:00
hostmakedepends="python3-Sphinx"
2016-10-11 19:27:35 +02:00
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"
2017-10-13 04:25:08 -03:00
checksum=cca8ade3dcc949d00f358410a9a5c2685b5dbe6501af630826a7049167503d23
2016-10-11 19:27:35 +02:00
post_install() {
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
}