void-packages/srcpkgs/dex/template
Đoàn Trần Công Danh 88b87a0baf dex: remove noarch
2020-11-22 08:50:21 +07:00

18 lines
585 B
Bash

# Template file for 'dex'
pkgname=dex
version=0.8.0
revision=3
build_style=gnu-makefile
make_install_args="MANPREFIX=/usr/share/man"
hostmakedepends="python3-Sphinx"
depends="python3"
short_desc="Generate and execute DesktopEntry files of the Application type"
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/jceb/dex"
distfiles="https://github.com/jceb/dex/archive/v${version}.tar.gz"
checksum=cca8ade3dcc949d00f358410a9a5c2685b5dbe6501af630826a7049167503d23
post_install() {
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
}