From d45bbd5edb6c5b4879dda73bee068c8b57a49cff Mon Sep 17 00:00:00 2001 From: Illia Shestakov Date: Tue, 3 Sep 2019 14:20:27 +0300 Subject: [PATCH 1/2] New package: python-pyfiglet-0.8.0 --- srcpkgs/python3-pyfiglet/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-pyfiglet/template diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template new file mode 100644 index 00000000000..cbc709051ce --- /dev/null +++ b/srcpkgs/python3-pyfiglet/template @@ -0,0 +1,21 @@ +# Template file for 'python3-pyfiglet' +pkgname=python3-pyfiglet +version=0.8.0 +revision=1 +archs=noarch +wrksrc="pyfiglet-${version}" +build_style="python3-module" +pycompile_module="pyfiglet" +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Implementation of figlet written in Python " +maintainer="Illia Shestakov " +license="MIT" +homepage="https://github.com/pwaller/pyfiglet" +distfiles="https://github.com/pwaller/pyfiglet/archive/v${version}.tar.gz" +checksum=0331d8cd949b0def033fce08c9b1f62006b8d1e1dce578dd28fdb02ae0f827f1 + +post_install() { + vlicense LICENSE + vdoc README +} From d808a995bf53835721daca03cc9f5a464219085a Mon Sep 17 00:00:00 2001 From: Illia Shestakov Date: Tue, 3 Sep 2019 19:31:53 +0300 Subject: [PATCH 2/2] New package: termdown-1.16.0 closes #14182 --- srcpkgs/termdown/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/termdown/template diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template new file mode 100644 index 00000000000..09208cc9d47 --- /dev/null +++ b/srcpkgs/termdown/template @@ -0,0 +1,16 @@ +# Template file for 'termdown' +pkgname=termdown +version=1.16.0 +revision=1 +archs=noarch +build_style=python3-module +pycompile_module="termdown" +hostmakedepends="python3-setuptools" +depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet" +checkdepends=$depends +short_desc="Countdown timer and stopwatch in your terminal" +maintainer="Illia Shestakov " +license="GPL-3.0-only" +homepage="https://github.com/trehn/termdown" +distfiles="https://github.com/trehn/termdown/archive/${version}.tar.gz" +checksum=bab26e830a6e3f7758e1daccb2580aec094a257f5631546aa0f66bc35c3a37bc \ No newline at end of file