mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
New package: jrnl-1.9.8.
This commit is contained in:
parent
aa0884fff6
commit
8f2f5b63bb
1 changed files with 19 additions and 0 deletions
19
srcpkgs/jrnl/template
Normal file
19
srcpkgs/jrnl/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'jrnl'
|
||||||
|
pkgname=jrnl
|
||||||
|
version=1.9.8
|
||||||
|
revision=1
|
||||||
|
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="jrnl.sh"
|
||||||
|
distfiles="https://github.com/maebert/jrnl/archive/${version}.tar.gz"
|
||||||
|
checksum=ec9dcf01f67a2329218fcd090b56042379937b269ddbd8c0c64097636f012e63
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue