void-packages/srcpkgs/pony-stable/template
2019-02-12 13:10:58 -02:00

19 lines
586 B
Bash

# Template file for 'pony-stable'
pkgname=pony-stable
version=0.2.0
revision=1
only_for_archs="x86_64"
build_style=gnu-makefile
make_install_args="prefix=/usr"
hostmakedepends="ponyc"
makedepends="libatomic-devel"
short_desc="Simple dependency manager for the Pony language"
maintainer="Brian Mitchell <brian@strmpnk.co>"
license="BSD-2-Clause"
homepage="https://github.com/ponylang/pony-stable"
distfiles="https://github.com/ponylang/pony-stable/archive/${version}.tar.gz"
checksum=ed33a9523bc5eba7a9c738ede4e4dcef1755c485e6bfc0c58973c30908a1cb4d
post_install() {
vlicense LICENSE
}