task: Import task-2.8.0 as wip/task

Task is a task runner / build tool that aims to be simpler and easier to
use than, for example, GNU Make.
This commit is contained in:
Iku Iwasa 2019-12-28 14:46:20 +09:00
parent 4ce5f34694
commit 5b7ce2bbf6
5 changed files with 37 additions and 0 deletions

View File

@ -4653,6 +4653,7 @@ SUBDIR+= taisei
SUBDIR+= talksoup
SUBDIR+= tamago-anthy
SUBDIR+= tardy
SUBDIR+= task
SUBDIR+= taskcoach
SUBDIR+= tasks
SUBDIR+= tbb

2
task/DESCR Normal file
View File

@ -0,0 +1,2 @@
Task is a task runner / build tool that aims to be simpler and easier to
use than, for example, GNU Make.

26
task/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $NetBSD$
PKGNAME= task-2.8.0
DISTNAME= task-${GITHUB_TAG}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=go-task/}
GITHUB_PROJECT= task
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= iku.iwasa@gmail.com
HOMEPAGE= https://taskfile.dev/
COMMENT= Task-runner / simpler Make alternative written in Go
LICENSE= mit
EXTRACT_USING= bsdtar
GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
GO_SRCPATH= github.com/go-task/task/
INSTALLATION_DIRS+= bin
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/bin/task ${DESTDIR}${PREFIX}/bin
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"

2
task/PLIST Normal file
View File

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

6
task/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (task-v2.8.0.tar.gz) = d84852cfeab03428b962fc624514c3d331bfedff
RMD160 (task-v2.8.0.tar.gz) = 154f0f59d5584b9a90ad74faf6e70556da18aecc
SHA512 (task-v2.8.0.tar.gz) = 3e7dd5f9bc16b49f383374ffaabffaaa2f36b90e52ee7b292da23379a4abb13762027ffd1dd9cb7e82498a0117fbb0af9299f5fde9fe66c6c5908fa84af994dc
Size (task-v2.8.0.tar.gz) = 1791658 bytes