void-packages/srcpkgs/jrnl/template
2018-12-27 23:12:35 +01:00

20 lines
509 B
Bash

# Template file for 'jrnl'
pkgname=jrnl
version=1.9.8
revision=2
noarch=yes
build_style=python3-module
pycompile_module="jrnl"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Simple journal application for your command line"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="http://jrnl.sh"
distfiles="https://github.com/maebert/jrnl/archive/${version}.tar.gz"
checksum=ec9dcf01f67a2329218fcd090b56042379937b269ddbd8c0c64097636f012e63
post_install() {
vlicense LICENSE
}