We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c28118 commit 2c17a20Copy full SHA for 2c17a20
1 file changed
srcpkgs/fsel/template
@@ -0,0 +1,16 @@
1
+# Template file for 'fsel'
2
+pkgname=fsel
3
+version=3.4.1
4
+revision=1
5
+build_style=cargo
6
+short_desc="Terminal file and app launcher with dmenu and clipboard features"
7
+maintainer="Vitali Kaplich <vitalik.kaplich@yandex.by>"
8
+license="BSD-2-Clause"
9
+homepage="https://github.com/Mjoyufull/fsel"
10
+changelog="https://github.com/Mjoyufull/fsel/releases"
11
+distfiles="https://github.com/Mjoyufull/fsel/archive/refs/tags/${version}.tar.gz"
12
+checksum=ac2c30b59ec3c35585379890ceab17a9e12ae195acb24530cea2ff4a8e22b0bb
13
+
14
+post_install() {
15
+ vlicense LICENSE
16
+}
0 commit comments