void-packages/srcpkgs/c/template
2019-03-01 12:04:45 -03:00

18 lines
433 B
Bash

# Template file for 'c'
pkgname=c
version=0.11
revision=1
archs=noarch
depends="bash"
short_desc="Compile and execute C scripts in one go!"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/ryanmjacobs/c"
distfiles="https://github.com/ryanmjacobs/c/archive/v${version}.tar.gz"
checksum=19b932e0087acf6c639cc5a4fa9a0c87314e62b0561f5517fd7a78e32fb61801
do_install() {
vbin c
vlicense LICENSE
}