16 lines
468 B
Bash
16 lines
468 B
Bash
# Template file for 'dijo'
|
|
pkgname=dijo
|
|
version=0.2.6
|
|
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=3c52a1be40f93a42768dbde6df1d9258732b73052bfed7dc181671c875a3040b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|