# Template file for 'spit'
pkgname=spit
version=0.1
revision=1
build_style=gnu-makefile
short_desc="Atomically create a file with content"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="CC0-1.0"
homepage="https://github.com/leahneukirchen/spit"
distfiles="https://github.com/leahneukirchen/spit/archive/refs/tags/v${version}.tar.gz"
checksum=e571bfc808af983214f656bc309179ce3be2bbd043d6342f080d35d8d54724f8

do_install() {
	vbin spit
	vman spit.1
}
