mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
parent
8c70e8b7b3
commit
8efe5f830c
1 changed files with 22 additions and 0 deletions
22
srcpkgs/pony-stable/template
Normal file
22
srcpkgs/pony-stable/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'pony-stable'
|
||||
pkgname=pony-stable
|
||||
version=0.1.4
|
||||
revision=1
|
||||
only_for_archs="x86_64"
|
||||
hostmakedepends="ponyc"
|
||||
makedepends="libatomic-devel"
|
||||
short_desc="A 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=c9888f6d10a8d512335ddfe77e2b36bceb23226cdd694e24c57ab904bc4155fd
|
||||
|
||||
do_build() {
|
||||
make
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vlicense LICENSE
|
||||
vbin build/release/stable
|
||||
}
|
Loading…
Add table
Reference in a new issue