New package: c-0.11 (#905)

This commit is contained in:
cr6git 2018-07-15 12:00:28 +02:00 committed by GitHub
parent 9f51fcc6d5
commit 5624888f89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
srcpkgs/c/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'c'
pkgname=c
version=0.11
revision=1
noarch=yes
depends="bash"
short_desc="Compile and execute C scripts in one go!"
maintainer="cr6git <quark6@protonmail.com>"
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
}