From ef779798378c9cfc9cd92e30e083f2a7bc9f03be Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Fri, 10 Apr 2020 15:26:28 -0700 Subject: [PATCH] New package: python3-ghp-import-0.5.5 --- srcpkgs/python3-ghp-import/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-ghp-import/template diff --git a/srcpkgs/python3-ghp-import/template b/srcpkgs/python3-ghp-import/template new file mode 100644 index 00000000000..01c0a7bc988 --- /dev/null +++ b/srcpkgs/python3-ghp-import/template @@ -0,0 +1,18 @@ +# Template file for 'python3-ghp-import' +pkgname=python3-ghp-import +version=0.5.5 +revision=1 +wrksrc=ghp-import-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-setuptools" +short_desc="Easily import docs to your gh-pages branch" +maintainer="Anjandev Momi " +license="custom:Tumbolia Public License" +homepage="https://github.com/davisp/ghp-import" +distfiles="https://github.com/davisp/ghp-import/archive/${version}.tar.gz" +checksum=072783a66d89f14e961d73e18a401d3033a3c6ddeb4ef9a1604a7790cc3e0875 + +post_install() { + vlicense LICENSE +}