mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-urwidgets-0.1.1.
This commit is contained in:
parent
1bf072e857
commit
f0f19d1e6f
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-urwidgets/template
Normal file
20
srcpkgs/python3-urwidgets/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-urwidgets'
|
||||||
|
pkgname=python3-urwidgets
|
||||||
|
version=0.1.1
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-urwid"
|
||||||
|
short_desc="Collection of widgets for urwid"
|
||||||
|
maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/AnonymouX47/urwidgets"
|
||||||
|
changelog="https://github.com/AnonymouX47/urwidgets/releases"
|
||||||
|
distfiles="https://github.com/AnonymouX47/urwidgets/releases/download/v$version/urwidgets-$version.tar.gz"
|
||||||
|
checksum=1e0dbceb875ace11067d93a585d8842a011db14ce78ec69ed485dc0df17f09e7
|
||||||
|
# No tests available
|
||||||
|
make_check=no
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue