mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
00c52d703e
commit
2f3723eb76
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python3-applib/template
Normal file
22
srcpkgs/python3-applib/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'python3-applib'
|
||||||
|
pkgname=python3-applib
|
||||||
|
version=1.2
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="applib-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="applib"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3 python3-appdirs python3-six"
|
||||||
|
short_desc="Cross-platform application utilities in Python"
|
||||||
|
maintainer="shizonic <realtiaz@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://github.com/ActiveState/applib"
|
||||||
|
distfiles="${PYPI_SITE}/a/applib/applib-${version}.tar.gz
|
||||||
|
https://raw.githubusercontent.com/ActiveState/applib/master/LICENSE.txt"
|
||||||
|
checksum="735a4c2104d652d41048219581a8aa0c00b95ab5316730bda8a7d46235aaf824
|
||||||
|
dc43ca3d2d2d32dbd8039c76bc6b3f767f529c265a9d237847b31a9e72b0b1ec"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense ../LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue