From 8ab9b02b75f28462c63c04fa26d05beb1e3bc964 Mon Sep 17 00:00:00 2001 From: juantascon Date: Tue, 17 Mar 2020 13:07:25 +0100 Subject: [PATCH] New package: python3-plumbum-1.6.9 --- srcpkgs/python3-plumbum/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-plumbum/template diff --git a/srcpkgs/python3-plumbum/template b/srcpkgs/python3-plumbum/template new file mode 100644 index 00000000000..dfea7e21927 --- /dev/null +++ b/srcpkgs/python3-plumbum/template @@ -0,0 +1,19 @@ +# Template file for 'python3-plumbum' +pkgname=python3-plumbum +version=1.6.9 +revision=1 +archs=noarch +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Library for writing shell script-like programs" +maintainer="Juan Tascon " +license="MIT" +homepage="https://plumbum.readthedocs.io" +distfiles="${PYPI_SITE}/p/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz" +checksum=16b9e19d96c80f2e9d051ef5f04927b834a6ac0ce5d2768eb8662b5cd53e43df + +post_install() { + vlicense LICENSE +}