vp-build/srcpkgs/dijo/template

17 lines
468 B
Bash

# Template file for 'dijo'
pkgname=dijo
version=0.2.7
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=d82ce7adb19e5206e014f0a895fe3ed361f32088048116e9d33aea37f3cccb00
post_install() {
vlicense LICENSE
}