pkgsrc-wip/jrnl/Makefile
Leonardo Taccari 016a6c5dfb jrnl: Import jrnl-1.9.7 as wip/jrnl
jrnl is a simple journal application for your command line. Journals
are stored as human readable plain text files - you can put them
into a Dropbox folder for instant syncing and you can be assured
that your journal will still be readable in 2050, when all your
fancy iPad journal applications will long be forgotten.

jrnl also plays nice with the fabulous DayOne and can read and
write directly from and to DayOne Journals.

Optionally, your journal can be encrypted using the 256-bit AES.
2016-05-12 01:37:25 +02:00

25 lines
840 B
Makefile

# $NetBSD$
DISTNAME= jrnl-1.9.7
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_GITHUB:=maebert/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://jrnl.sh/
COMMENT= Command line journal application
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-crypto>=2.6:../../security/py-crypto
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.2:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-keyring>=3.3:../../security/py-keyring
DEPENDS+= ${PYPKGPREFIX}-parsedatetime>=1.2:../../time/py-parsedatetime
DEPENDS+= ${PYPKGPREFIX}-pytz>=2013b:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-readline-*:../../devel/py-readline
DEPENDS+= ${PYPKGPREFIX}-six>=1.6.1:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-tzlocal>=1.1:../../time/py-tzlocal
USE_LANGUAGES= # none
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"