mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: python-pyfiglet-0.8.0
This commit is contained in:
parent
e20d7d9906
commit
0783f9c88a
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-pyfiglet/template
Normal file
21
srcpkgs/python3-pyfiglet/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'python3-pyfiglet'
|
||||||
|
pkgname=python3-pyfiglet
|
||||||
|
version=0.8.0
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="pyfiglet-${version}"
|
||||||
|
build_style="python3-module"
|
||||||
|
pycompile_module="pyfiglet"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Implementation of figlet written in Python"
|
||||||
|
maintainer="Illia Shestakov <ishestakov@airmail.cc>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/pwaller/pyfiglet"
|
||||||
|
distfiles="https://github.com/pwaller/pyfiglet/archive/v${version}.tar.gz"
|
||||||
|
checksum=0331d8cd949b0def033fce08c9b1f62006b8d1e1dce578dd28fdb02ae0f827f1
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue