19 lines
625 B
Bash
19 lines
625 B
Bash
# Template file for 'python3-urwidgets'
|
|
pkgname=python3-urwidgets
|
|
version=0.2.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=f9f2bcd2949da1105c287806dab773aa7bdf5852226cdb128aaf3004136f3eef
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|