We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d927239 + a778867 commit 711b814Copy full SHA for 711b814
1 file changed
vup/srcpkgs/productivity/basilk/template
@@ -0,0 +1,16 @@
1
+# Template file for 'basilk'
2
+pkgname=basilk
3
+version=0.2.1
4
+revision=1
5
+build_style=cargo
6
+short_desc="TUI to manage your tasks with minimal kanban logic"
7
+maintainer="Gornak40 <s-kozelsk@yandex.ru>"
8
+license="Apache-2.0 OR MIT"
9
+homepage="https://github.com/GabAlpha/basilk"
10
+distfiles="https://github.com/GabAlpha/basilk/archive/refs/tags/${version}.tar.gz"
11
+checksum=d82fd61004c806359d79b0acd4e38943e505d27e666cec1cc6bbe82de08c0ccd
12
+
13
+post_install() {
14
+ vlicense LICENSE-APACHE
15
+ vlicense LICENSE-MIT
16
+}
0 commit comments