21 lines
660 B
Bash
21 lines
660 B
Bash
# Template file for 'python3-urwidgets'
|
|
pkgname=python3-urwidgets
|
|
version=0.2.0
|
|
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=d41acf9d9f8d576cb580bc042919b209c5aeeb60e1f81052809c63f31c4e7688
|
|
# No tests available
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|