mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
dex: update to 0.8.0. (#8052)
This commit is contained in:
parent
261d11a2f5
commit
b03fd24bf5
1 changed files with 3 additions and 2 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'dex'
|
# Template file for 'dex'
|
||||||
pkgname=dex
|
pkgname=dex
|
||||||
version=0.7
|
version=0.8.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="MANPREFIX=/usr/share/man"
|
make_install_args="MANPREFIX=/usr/share/man"
|
||||||
python_version=3
|
python_version=3
|
||||||
|
hostmakedepends="python3-Sphinx"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Generate and execute DesktopEntry files of the Application type"
|
short_desc="Generate and execute DesktopEntry files of the Application type"
|
||||||
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
|
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/jceb/dex"
|
homepage="https://github.com/jceb/dex"
|
||||||
distfiles="https://github.com/jceb/dex/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/jceb/dex/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=2b0c98832c4b894486807a9ac0417ca127425013e0f07da352621065cb36adc6
|
checksum=cca8ade3dcc949d00f358410a9a5c2685b5dbe6501af630826a7049167503d23
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue