pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

task: Import task-2.8.0 as wip/task



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Dec 28 14:46:20 2019 +0900
Changeset:	5b7ce2bbf6ffda687e8deee2853c41309f2634f3

Modified Files:
	Makefile
Added Files:
	task/DESCR
	task/Makefile
	task/PLIST
	task/distinfo

Log Message:
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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5b7ce2bbf6ffda687e8deee2853c41309f2634f3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile      |  1 +
 task/DESCR    |  2 ++
 task/Makefile | 26 ++++++++++++++++++++++++++
 task/PLIST    |  2 ++
 task/distinfo |  6 ++++++
 5 files changed, 37 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index b554f1d9a6..5e147f9ea3 100644
--- a/Makefile
+++ b/Makefile
@@ -4653,6 +4653,7 @@ SUBDIR+=	taisei
 SUBDIR+=	talksoup
 SUBDIR+=	tamago-anthy
 SUBDIR+=	tardy
+SUBDIR+=	task
 SUBDIR+=	taskcoach
 SUBDIR+=	tasks
 SUBDIR+=	tbb
diff --git a/task/DESCR b/task/DESCR
new file mode 100644
index 0000000000..044db21ecc
--- /dev/null
+++ b/task/DESCR
@@ -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.
diff --git a/task/Makefile b/task/Makefile
new file mode 100644
index 0000000000..783ba2174a
--- /dev/null
+++ b/task/Makefile
@@ -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@localhost
+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"
diff --git a/task/PLIST b/task/PLIST
new file mode 100644
index 0000000000..844d877c7c
--- /dev/null
+++ b/task/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/task
diff --git a/task/distinfo b/task/distinfo
new file mode 100644
index 0000000000..ae087b231e
--- /dev/null
+++ b/task/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index