import libstubborn
ok solene@ DESCR: Header-only library to provide generic and some application-specific stub functions.
This commit is contained in:
parent
e20b957366
commit
828dc83a1a
20
misc/libstubborn/Makefile
Normal file
20
misc/libstubborn/Makefile
Normal 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>
|
2
misc/libstubborn/distinfo
Normal file
2
misc/libstubborn/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libstubborn-0.1.tar.gz) = sO22ZEeGa/LAjkOJ2ftMTOtpMhlDBEKEdmaEBUPyXIc=
|
||||
SIZE (libstubborn-0.1.tar.gz) = 1357
|
2
misc/libstubborn/pkg/DESCR
Normal file
2
misc/libstubborn/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Header-only library to provide generic and some application-specific stub
|
||||
functions.
|
2
misc/libstubborn/pkg/PLIST
Normal file
2
misc/libstubborn/pkg/PLIST
Normal 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}
|
Loading…
Reference in New Issue
Block a user