New package: c-0.11 (#905)
This commit is contained in:
parent
9f51fcc6d5
commit
5624888f89
1 changed files with 17 additions and 0 deletions
17
srcpkgs/c/template
Normal file
17
srcpkgs/c/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue