16 lines
468 B
Bash
16 lines
468 B
Bash
# Template file for 'dijo'
|
|
pkgname=dijo
|
|
version=0.2.5
|
|
revision=1
|
|
build_style=cargo
|
|
makedepends="ncurses-devel"
|
|
short_desc="Scriptable, curses-based, digital habit tracker"
|
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/NerdyPepper/dijo"
|
|
distfiles="https://github.com/NerdyPepper/dijo/archive/v${version}.tar.gz"
|
|
checksum=3e32e07e64af9b6c5c20a04c9c893accc8a95973df0ef519a096dd1c268eaef9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|