From f0f19d1e6fb8a8ac243c87d0a653bf074a4eeba5 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Thu, 7 Dec 2023 20:26:01 +0100 Subject: [PATCH] New package: python3-urwidgets-0.1.1. --- srcpkgs/python3-urwidgets/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-urwidgets/template diff --git a/srcpkgs/python3-urwidgets/template b/srcpkgs/python3-urwidgets/template new file mode 100644 index 00000000000..cd1030d3fe6 --- /dev/null +++ b/srcpkgs/python3-urwidgets/template @@ -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 " +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 +}