Import sysutils/repology, a command-line interface to Repology.org

ok lraab@
This commit is contained in:
bcallah
2024-07-28 13:20:26 +00:00
parent 35f4e5e63e
commit a343a524ed
4 changed files with 29 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Dlang
ONLY_FOR_ARCHS = amd64 i386
USE_NOBTCFI = Yes
V = 1.3.0
COMMENT = command line interface for Repology.org
DISTNAME = repology-${V}
CATEGORIES = sysutils
HOMEPAGE = https://github.com/ibara/repology
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes
WANTLIB += c c++abi execinfo m pthread
SITES = https://github.com/ibara/repology/releases/download/v${V}/
BUILD_DEPENDS = lang/dmd
FAKE_FLAGS = DESTDIR=
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (repology-1.3.0.tar.gz) = IszYoyAuJAFZBfJAG0pJZiGIwred5XdQetGSWmeNZus=
SIZE (repology-1.3.0.tar.gz) = 4789
+1
View File
@@ -0,0 +1 @@
repology is a command line interface for Repology.org.
+2
View File
@@ -0,0 +1,2 @@
@bin bin/repology
@man man/man1/repology.1