# Template file for 'c'
pkgname=c
version=0.15.1
revision=1
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"
changelog="https://github.com/ryanmjacobs/c/releases"
distfiles="https://github.com/ryanmjacobs/c/archive/v${version}.tar.gz"
checksum=ecfad78cb0ab56da44dcfed805f5c261ddefd6dc4a4e57eb2dcfcffa85330605

do_install() {
	vbin c
	vlicense LICENSE
}
