# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # deskutils/noti # deskutils/noti/Makefile # deskutils/noti/distinfo # deskutils/noti/pkg-descr # echo c - deskutils/noti mkdir -p deskutils/noti > /dev/null 2>&1 echo x - deskutils/noti/Makefile sed 's/^X//' >deskutils/noti/Makefile << 'bee7438dcdfe9ebad3f92faae6df7440' X# Created by: Hiroki Tagato X# $FreeBSD$ X XPORTNAME= noti XPORTVERSION= 2.6.0 XDISTVERSIONPREFIX=v XCATEGORIES= deskutils X XMAINTAINER= tagattie@yandex.com XCOMMENT= Trigger notifications when a process completes X XLICENSE= MIT XLICENSE_FILE= ${WRKSRC}/LICENSE X XUSES= go XUSE_GITHUB= yes X XGH_ACCOUNT= variadico X XGO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} XGO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/noti X XPLIST_FILES= bin/noti X Xdo-install: X ${INSTALL_PROGRAM} ${WRKDIR}/bin/noti ${STAGEDIR}${PREFIX}/bin X X.include bee7438dcdfe9ebad3f92faae6df7440 echo x - deskutils/noti/distinfo sed 's/^X//' >deskutils/noti/distinfo << '1452fcfceb86863486482f6164acde0f' XSHA256 (variadico-noti-v2.6.0_GH0.tar.gz) = 642cecde4463c88d94f5d0ebedb6556176f841119389f2a79b87e4b08e4c69e8 XSIZE (variadico-noti-v2.6.0_GH0.tar.gz) = 2043328 1452fcfceb86863486482f6164acde0f echo x - deskutils/noti/pkg-descr sed 's/^X//' >deskutils/noti/pkg-descr << '9ad4a58b1fa4a0d9625b2325affb29f6' XTrigger notifications when a process completes. X XNever sit and wait for some long-running process to finish! noti will Xalert you when it's done-on your computer or smartphone-so you can Xstop worrying about constantly checking the terminal. X XWWW: https://github.com/variadico/noti 9ad4a58b1fa4a0d9625b2325affb29f6 exit