Skip to content

Commit 27c39c6

Browse files
New package: spit-0.1
1 parent 9ac7a1f commit 27c39c6

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

srcpkgs/spit/template

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Template file for 'spit'
2+
pkgname=spit
3+
version=0.1
4+
revision=1
5+
build_style=gnu-makefile
6+
short_desc="Atomically create a file with content"
7+
maintainer="Leah Neukirchen <leah@vuxu.org>"
8+
license="CC0-1.0"
9+
homepage="https://github.com/leahneukirchen/spit"
10+
distfiles="https://github.com/leahneukirchen/spit/archive/refs/tags/v${version}.tar.gz"
11+
checksum=e571bfc808af983214f656bc309179ce3be2bbd043d6342f080d35d8d54724f8
12+
13+
do_install() {
14+
vbin spit
15+
vman spit.1
16+
}

0 commit comments

Comments
 (0)