We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac7a1f commit 27c39c6Copy full SHA for 27c39c6
1 file changed
srcpkgs/spit/template
@@ -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