diff --git a/sysutils/Makefile b/sysutils/Makefile index 1f66d2987c83..a22fe9808e3e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1309,6 +1309,7 @@ SUBDIR += thefish SUBDIR += timelimit SUBDIR += timemon + SUBDIR += tiramisu SUBDIR += titlefix SUBDIR += tkdvd SUBDIR += tlsdate diff --git a/sysutils/tiramisu/Makefile b/sysutils/tiramisu/Makefile new file mode 100644 index 000000000000..a28314fd3c78 --- /dev/null +++ b/sysutils/tiramisu/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= tiramisu +DISTVERSION= 1.0 +CATEGORIES= sysutils + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Desktop notifications, the UNIX way + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gmake gnome pkgconfig +USE_GITHUB= yes +USE_GNOME= glib20 +GH_ACCOUNT= Sweets +PLIST_FILES= bin/${PORTNAME} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include diff --git a/sysutils/tiramisu/distinfo b/sysutils/tiramisu/distinfo new file mode 100644 index 000000000000..132d5a712b60 --- /dev/null +++ b/sysutils/tiramisu/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1600671929 +SHA256 (Sweets-tiramisu-1.0_GH0.tar.gz) = 4681788288c17aa1fd75b972c3d9661a13c164d810520fc838837a748baf669e +SIZE (Sweets-tiramisu-1.0_GH0.tar.gz) = 3063267 diff --git a/sysutils/tiramisu/pkg-descr b/sysutils/tiramisu/pkg-descr new file mode 100644 index 000000000000..00ba0ecffe8f --- /dev/null +++ b/sysutils/tiramisu/pkg-descr @@ -0,0 +1,5 @@ +tiramisu is a notification daemon based on dunst that outputs +notifications to STDOUT in order to allow the user to process +notifications any way they prefer. + +WWW: https://github.com/Sweets/tiramisu