summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2018-09-15 15:14:26 +0000
committerkhorben <khorben@pkgsrc.org>2018-09-15 15:14:26 +0000
commit5ae8f0b4eb558ec6b0080979cfffbadeb11c7c70 (patch)
tree3384c46c2081503a3d3c61b2df942dd480cb53e9 /time
parentdc53eb6b49995487a1e1338812b9556da3b9e8f9 (diff)
downloadpkgsrc-5ae8f0b4eb558ec6b0080979cfffbadeb11c7c70.tar.gz
Import memo 0.6 as time/memo
Diffstat (limited to 'time')
-rw-r--r--time/memo/DESCR1
-rw-r--r--time/memo/Makefile36
-rw-r--r--time/memo/PLIST4
-rw-r--r--time/memo/distinfo6
4 files changed, 47 insertions, 0 deletions
diff --git a/time/memo/DESCR b/time/memo/DESCR
new file mode 100644
index 00000000000..df23b5682a2
--- /dev/null
+++ b/time/memo/DESCR
@@ -0,0 +1 @@
+A simple tool written in bash to memorize stuff.
diff --git a/time/memo/Makefile b/time/memo/Makefile
new file mode 100644
index 00000000000..1faee6e7401
--- /dev/null
+++ b/time/memo/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1 2018/09/15 15:14:26 khorben Exp $
+
+GITHUB_PROJECT= memo
+DISTNAME= 0.6
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= time
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mrVanDalo/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= khorben@defora.org
+HOMEPAGE= https://github.com/mrVanDalo/memo/
+COMMENT= A simple memo tool written in bash
+LICENSE= gnu-gpl-v3
+WRKSRC= ${WRKDIR}/${PKGNAME}
+
+USE_LANGUAGES= # none
+
+DEPENDS+= bash-[0-9]*:../../shells/bash
+DEPENDS+= git-base-[0-9]*:../../devel/git-base
+
+NO_BUILD= yes
+AUTO_MKDIRS= yes
+
+REPLACE_INTERPRETER+= envbash
+REPLACE.envbash.old= '/bin/bash'
+REPLACE.envbash.new= ${PREFIX}/bin/bash
+REPLACE_FILES.envbash= memo
+
+.include "../../mk/bsd.prefs.mk"
+
+do-install:
+ ${INSTALL} -m 0755 ${WRKSRC}/memo ${DESTDIR}${PREFIX}/bin/memo
+ ${INSTALL} -m 0644 ${WRKSRC}/doc/memo.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/memo.1
+ ${INSTALL} -m 0644 ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/memo/README.md
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/time/memo/PLIST b/time/memo/PLIST
new file mode 100644
index 00000000000..ef8678a2019
--- /dev/null
+++ b/time/memo/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2018/09/15 15:14:26 khorben Exp $
+bin/memo
+man/man1/memo.1
+share/doc/memo/README.md
diff --git a/time/memo/distinfo b/time/memo/distinfo
new file mode 100644
index 00000000000..3738a3a4b4f
--- /dev/null
+++ b/time/memo/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/09/15 15:14:26 khorben Exp $
+
+SHA1 (memo/0.6.tar.gz) = 709b5aafdccf7dd0dca72714b24a7c4b2aa93291
+RMD160 (memo/0.6.tar.gz) = 448f2c7c654dd50bc31955aad7657545eca543bd
+SHA512 (memo/0.6.tar.gz) = bfdf09a7dbc86ce5f321f658bae39042f6f7d0abaa3ab1c6e2d8ad913e50aa1cd3c454b1042cda70a04e376620c20ca25eabebee819b644fda05e17e1662bc8c
+Size (memo/0.6.tar.gz) = 16283 bytes