mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
New port: deskutils/noti
Trigger notifications when a process completes. Never sit and wait for some long-running process to finish! noti will alert you when it's done-on your computer or smartphone-so you can stop worrying about constantly checking the terminal. WWW: https://github.com/variadico/noti PR: 222220 Submitted by: Hiroki Tagato <tagattie@yandex.com>
This commit is contained in:
parent
45a75bcb6d
commit
6061b62150
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452339
@ -161,6 +161,7 @@
|
||||
SUBDIR += nemo-extensions
|
||||
SUBDIR += note
|
||||
SUBDIR += notecase
|
||||
SUBDIR += noti
|
||||
SUBDIR += notification-daemon
|
||||
SUBDIR += notify-osd
|
||||
SUBDIR += orage
|
||||
|
30
deskutils/noti/Makefile
Normal file
30
deskutils/noti/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# Created by: Hiroki Tagato <tagattie@yandex.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= noti
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.7.0
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= tagattie@yandex.com
|
||||
COMMENT= Trigger notifications when a process completes
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= notify-send:devel/libnotify
|
||||
|
||||
USES= go
|
||||
USE_GITHUB= yes
|
||||
|
||||
GH_ACCOUNT= variadico
|
||||
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
GO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/noti
|
||||
|
||||
PLIST_FILES= bin/noti
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKDIR}/bin/noti ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
deskutils/noti/distinfo
Normal file
3
deskutils/noti/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1508212235
|
||||
SHA256 (variadico-noti-v2.7.0_GH0.tar.gz) = afa49bf15795e007b5cfd3cf65eb46187f16f39c2afd1040a2c6dccc4adeb2d0
|
||||
SIZE (variadico-noti-v2.7.0_GH0.tar.gz) = 3736439
|
7
deskutils/noti/pkg-descr
Normal file
7
deskutils/noti/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Trigger notifications when a process completes.
|
||||
|
||||
Never sit and wait for some long-running process to finish! noti will
|
||||
alert you when it's done-on your computer or smartphone-so you can
|
||||
stop worrying about constantly checking the terminal.
|
||||
|
||||
WWW: https://github.com/variadico/noti
|
Loading…
Reference in New Issue
Block a user