void-packages/srcpkgs/peru/template
2021-10-09 08:01:36 -04:00

20 lines
600 B
Bash

# Template file for 'peru'
pkgname=peru
version=1.2.0
revision=4
build_style=python3-module
pycompile_module="peru"
hostmakedepends="python3-setuptools"
depends="curl git mercurial python3 python3-docopt python3-yaml"
short_desc="Tool for fetching code"
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
license="MIT"
homepage="https://github.com/buildinspace/peru"
distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=fb0fb02639e1c5403c9a6ddfd9719c5ea5ddf69fb440fbcfafe234470645e1dc
post_install() {
vlicense LICENSE
vdoc README.md
}