Import promu a build helper for prometheus

This commit is contained in:
claudio 2018-01-10 16:24:35 +00:00
parent e42a21ffd2
commit ba87eb8ac0
4 changed files with 28 additions and 0 deletions

23
devel/promu/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/01/10 16:24:35 claudio Exp $
COMMENT = prometheus utility tool
GH_ACCOUNT = prometheus
GH_PROJECT = promu
GH_TAGNAME = v0.1.0
CATEGORIES = devel
HOMEPAGE = http://prometheus.io/
MAINTAINER = Claudio Jeker <claudio@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c pthread
MODULES = lang/go
MODGO_TYPE = bin
.include <bsd.port.mk>

2
devel/promu/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (promu-0.1.0.tar.gz) = BDxBSbyF5NUakzkM20/uaHHZMSPO1cLT1PeKImUWe7w=
SIZE (promu-0.1.0.tar.gz) = 1065003

1
devel/promu/pkg/DESCR Normal file
View File

@ -0,0 +1 @@
promu is the utility tool for Prometheus projects

2
devel/promu/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/01/10 16:24:35 claudio Exp $
@bin bin/promu