diff --git a/srcpkgs/c/template b/srcpkgs/c/template new file mode 100644 index 0000000000..e594d2b4ce --- /dev/null +++ b/srcpkgs/c/template @@ -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 " +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 +}