We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4dff0 commit 4a03341Copy full SHA for 4a03341
1 file changed
srcpkgs/void-66-services/template
@@ -0,0 +1,17 @@
1
+# Template file for 'void-66-services'
2
+pkgname=void-66-services
3
+version=0.0.1
4
+revision=1
5
+build_style=gnu-makefile
6
+depends="66"
7
+short_desc="66 service frontend files for voidlinux"
8
+maintainer="mobinmob <mobinmob@disroot.org>"
9
+license="BSD-2-Clause"
10
+homepage="https://github.com/mobinmob/void-66-services/"
11
+distfiles="https://github.com/mobinmob/void-66-services/archive/v${version}.tar.gz"
12
+checksum=ca223594ebae8e7a79e16f150bbebd44878143c07b928c9985020b5183175b95
13
+
14
+post_install() {
15
+ vlicense LICENSE
16
+ vlicense AUTHORS
17
+}
0 commit comments