Skip to content

Commit 711b814

Browse files
authored
Merge pull request #152 from Gornak40/productivity/basilk
feat: add basilk
2 parents d927239 + a778867 commit 711b814

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)