diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template new file mode 100755 index 00000000000..6acfe00b299 --- /dev/null +++ b/srcpkgs/grip/template @@ -0,0 +1,18 @@ +# Template file for 'grip' +pkgname=grip +version=4.5.2 +revision=1 +archs=noarch +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests" +short_desc="Preview GitHub Markdown files like Readme" +maintainer="linarcx " +license="MIT" +homepage="https://github.com/joeyespo/grip" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b + +post_install() { + vlicense LICENSE +}