New package: dijo-0.2.3

This commit is contained in:
cinerea0 2020-08-07 11:44:53 -04:00 committed by Toyam Cox
parent 0b07d069f9
commit a77cbdbd40

16
srcpkgs/dijo/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'dijo'
pkgname=dijo
version=0.2.3
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=691178345abf9b07c751271b6b1a19e4182423294aaffa8b3a0973dc3e5805d3
post_install() {
vlicense LICENSE
}