18 lines
575 B
Bash
Executable file
18 lines
575 B
Bash
Executable file
# 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
|
|
}
|