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:
parent
a9d331e0bc
commit
3c3f7ccf59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554128
@ -1309,6 +1309,7 @@
|
||||
SUBDIR += thefish
|
||||
SUBDIR += timelimit
|
||||
SUBDIR += timemon
|
||||
SUBDIR += tiramisu
|
||||
SUBDIR += titlefix
|
||||
SUBDIR += tkdvd
|
||||
SUBDIR += tlsdate
|
||||
|
22
sysutils/tiramisu/Makefile
Normal file
22
sysutils/tiramisu/Makefile
Normal 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>
|
3
sysutils/tiramisu/distinfo
Normal file
3
sysutils/tiramisu/distinfo
Normal 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
|
5
sysutils/tiramisu/pkg-descr
Normal file
5
sysutils/tiramisu/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user