From d4c09eeff51adb370ddf158c91c9970211e4b33e Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 14 Apr 2023 23:41:23 -0400 Subject: [PATCH] New package: python3-textual-0.19.1 --- srcpkgs/python3-textual/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-textual/template diff --git a/srcpkgs/python3-textual/template b/srcpkgs/python3-textual/template new file mode 100644 index 000000000000..65e5f21691ae --- /dev/null +++ b/srcpkgs/python3-textual/template @@ -0,0 +1,17 @@ +# Template file for 'python3-textual' +pkgname=python3-textual +version=0.19.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" +depends="python3-rich python3-markdown-it python3-importlib_metadata python3-typing_extensions" +short_desc="Modern Text User Interface framework" +maintainer="classabbyamp " +license="MIT" +homepage="https://textual.textualize.io" +distfiles="https://github.com/Textualize/textual/archive/refs/tags/v${version}.tar.gz" +checksum=b385b69830ef0275abca9ce0895dfb7e517102b7e6a828c222bd0547c2ed4558 + +post_install() { + vlicense LICENSE +}