modd: Import modd-0.8 as wip/modd

Modd is a developer tool that triggers commands and manages daemons in
response to filesystem changes.
This commit is contained in:
Iku Iwasa 2019-07-06 17:13:26 +09:00
parent 008769c34b
commit f3fd72bc88
5 changed files with 38 additions and 0 deletions

View File

@ -2233,6 +2233,7 @@ SUBDIR+= modglue
SUBDIR+= modplugplay
SUBDIR+= modular-xorg-server-dfbsd
SUBDIR+= modular-xorg-server-dfbsd-meson
SUBDIR+= modd
SUBDIR+= moe
SUBDIR+= mona
SUBDIR+= monajat

2
modd/DESCR Normal file
View File

@ -0,0 +1,2 @@
Modd is a developer tool that triggers commands and manages daemons in
response to filesystem changes.

27
modd/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $NetBSD$
PKGNAME= modd-0.8
DISTNAME= modd-${GITHUB_TAG}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=cortesi/}
GITHUB_PROJECT= modd
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= iku.iwasa@gmail.com
HOMEPAGE= https://github.com/cortesi/modd
COMMENT= Developer tool that runs processes and responds to filesystem changes
LICENSE= mit
EXTRACT_USING= bsdtar
GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
GO_SRCPATH= github.com/cortesi/modd/
INSTALLATION_DIRS+= bin
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/bin/modd ${DESTDIR}${PREFIX}/bin
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"

2
modd/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $NetBSD$
bin/modd

6
modd/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (modd-v0.8.tar.gz) = b7688f6277600eebdb34e4710d4cd4569f39e921
RMD160 (modd-v0.8.tar.gz) = f163b5bb8fafd10ca125ce25f92ef86bd5c9f28d
SHA512 (modd-v0.8.tar.gz) = b8617ab2527474533b69a254606034b33ea9353d27fc25b7c8bdbe68600363ede43d3cecb2d03d5ec073631bb5357651f3e8e2c04d653db32a8fde63f4fae9c9
Size (modd-v0.8.tar.gz) = 4984260 bytes