New package: grip-4.5.2
This commit is contained in:
parent
e3080e9d61
commit
7bddf3556c
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue