void-packages/srcpkgs/pony-stable/template
2019-01-09 00:24:53 -02:00

19 lines
586 B
Bash

# Template file for 'pony-stable'
pkgname=pony-stable
version=0.1.6
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=1e980924ff7ea03e07f2eb16e5ae826ff9142f659aa83127ca80c1055af59748
post_install() {
vlicense LICENSE
}