Import misc/remindcal 0.1.1

DESCR:
Remindcal is a terminal interface for remind.

Port from Russ Sharek who also takes MAINTAINER, thank you!

Tweaks from me and op@

OK op@
This commit is contained in:
sdk
2024-01-26 18:45:11 +00:00
parent fcb29875b2
commit 3f61c1a590
5 changed files with 34 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
COMMENT = terminal frontend for remind
DIST_TUPLE = github realsirjoe remindcal v0.1.1 .
CATEGORIES = misc
MAINTAINER = Russ Sharek <bsdclown@disroot.org>
# UNLICENSE
PERMIT_PACKAGE = Yes
WANTLIB += c curses pthread
MODULES = lang/go
RUN_DEPENDS = misc/remind
ALL_TARGET = github.com/realsirjoe/remindcal
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (realsirjoe-remindcal-v0.1.1.tar.gz) = s+Cgphi/BJhTPrpzZ+B0j6EJOSzMMHiI9OM0ZUn4BSI=
SIZE (realsirjoe-remindcal-v0.1.1.tar.gz) = 67221
+1
View File
@@ -0,0 +1 @@
Remindcal is a terminal interface for remind.
+2
View File
@@ -0,0 +1,2 @@
@bin bin/remindcal
share/doc/pkg-readmes/${PKGSTEM}
+9
View File
@@ -0,0 +1,9 @@
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
Configuration Notes
===================
${PKGSTEM} looks for vim by default. Set EDITOR environment variable to
use a different editor.