18 lines
430 B
Bash
18 lines
430 B
Bash
|
# 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
|
||
|
}
|