18 lines
602 B
Bash
18 lines
602 B
Bash
# Template file for 'jrnl'
|
|
pkgname=jrnl
|
|
version=1.9.9
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-parsedatetime python3-pytz python3-six python3-tzlocal
|
|
python3-keyring python3-keyrings-alt python3-dateutil python3-passlib"
|
|
short_desc="Simple journal application for your command line"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="MIT"
|
|
homepage="http://jrnl.sh"
|
|
distfiles="https://github.com/jrnl-org/jrnl/archive/v${version}.tar.gz"
|
|
checksum=7db114fa0d09b601c35d7e1d6456711845d7521a6a3251b6c27939317cadc0ea
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|