sysutils/tiramisu: add new port

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.

https://github.com/Sweets/tiramisu
This commit is contained in:
Jan Beich 2020-11-05 11:50:39 +00:00
parent a9d331e0bc
commit 3c3f7ccf59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554128
4 changed files with 31 additions and 0 deletions

View File

@ -1309,6 +1309,7 @@
SUBDIR += thefish
SUBDIR += timelimit
SUBDIR += timemon
SUBDIR += tiramisu
SUBDIR += titlefix
SUBDIR += tkdvd
SUBDIR += tlsdate

View File

@ -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 <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1600671929
SHA256 (Sweets-tiramisu-1.0_GH0.tar.gz) = 4681788288c17aa1fd75b972c3d9661a13c164d810520fc838837a748baf669e
SIZE (Sweets-tiramisu-1.0_GH0.tar.gz) = 3063267

View File

@ -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