mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
New package: azote-1.1-2
This commit is contained in:
parent
4c6118032d
commit
1b9f8d2045
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'azote'
|
# Template file for 'azote'
|
||||||
pkgname=azote
|
pkgname=azote
|
||||||
version=1.1.1
|
version=1.1.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -12,10 +12,9 @@ maintainer="Piotr Miller <nwg.piotr@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/nwg-piotr/azote"
|
homepage="https://github.com/nwg-piotr/azote"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=f7c818b11d3add7af9388589fc6658b0121772acdf899a5ba4a275d082621a63
|
checksum=2caca782aa3b508c650dcdd44d49a183ac95282748edd6b960945c78986d6105
|
||||||
|
|
||||||
do_install() {
|
post_install() {
|
||||||
python3 setup.py install --prefix=/usr --root=${DESTDIR} ${make_install_args}
|
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
vmkdir usr/share/${pkgname}
|
vmkdir usr/share/${pkgname}
|
||||||
vmkdir usr/share/applications
|
vmkdir usr/share/applications
|
||||||
|
@ -25,4 +24,4 @@ do_install() {
|
||||||
vcopy "dist/${pkgname}.desktop" usr/share/applications
|
vcopy "dist/${pkgname}.desktop" usr/share/applications
|
||||||
|
|
||||||
ln -sf /usr/share/${pkgname}/${pkgname}-void.sh ${DESTDIR}/usr/bin/${pkgname}
|
ln -sf /usr/share/${pkgname}/${pkgname}-void.sh ${DESTDIR}/usr/bin/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue