mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Import sysutils/repology, a command-line interface to Repology.org
ok lraab@
This commit is contained in:
@@ -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>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (repology-1.3.0.tar.gz) = IszYoyAuJAFZBfJAG0pJZiGIwred5XdQetGSWmeNZus=
|
||||
SIZE (repology-1.3.0.tar.gz) = 4789
|
||||
@@ -0,0 +1 @@
|
||||
repology is a command line interface for Repology.org.
|
||||
@@ -0,0 +1,2 @@
|
||||
@bin bin/repology
|
||||
@man man/man1/repology.1
|
||||
Reference in New Issue
Block a user