New package: grip-4.5.2

This commit is contained in:
linarcx 2020-03-14 21:49:54 +03:30 committed by Piraty
parent e3080e9d61
commit 7bddf3556c
1 changed files with 18 additions and 0 deletions

18
srcpkgs/grip/template Executable file
View File

@ -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 <linarcx@riseup.net>"
license="MIT"
homepage="https://github.com/joeyespo/grip"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
post_install() {
vlicense LICENSE
}