import libstubborn

ok solene@

DESCR:
Header-only library to provide generic and some application-specific stub
functions.
This commit is contained in:
thfr 2020-08-03 18:50:48 +00:00
parent e20b957366
commit 828dc83a1a
4 changed files with 26 additions and 0 deletions

20
misc/libstubborn/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/03 18:50:48 thfr Exp $
COMMENT = library of generic stub functions
V = 0.1
DISTNAME = libstubborn-${V}
SHARED_LIBS = stubborn 0.0 # 0.1
CATEGORIES = misc
HOMEPAGE = https://github.com/rfht/libstubborn
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes
MASTER_SITES = https://github.com/rfht/libstubborn/releases/download/${V}/
NO_TEST = Yes
do-install:
${INSTALL_DATA} ${WRKBUILD}/libstubborn.so.${LIBstubborn_VERSION} \
${PREFIX}/lib/
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (libstubborn-0.1.tar.gz) = sO22ZEeGa/LAjkOJ2ftMTOtpMhlDBEKEdmaEBUPyXIc=
SIZE (libstubborn-0.1.tar.gz) = 1357

View File

@ -0,0 +1,2 @@
Header-only library to provide generic and some application-specific stub
functions.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/08/03 18:50:48 thfr Exp $
@lib lib/libstubborn.so.${LIBstubborn_VERSION}