16 lines
420 B
Bash
16 lines
420 B
Bash
# Template file for 'c'
|
|
pkgname=c
|
|
version=0.14
|
|
revision=2
|
|
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=2b66d79d0d5c60b8e6760dac734b8ec9a7d6a5e57f033b97086821b1985a870b
|
|
|
|
do_install() {
|
|
vbin c
|
|
vlicense LICENSE
|
|
}
|