biology/biosoup: Install cmake files

2023Q4
Yuri Victorovich 2023-08-28 23:27:21 -07:00
parent 912520a1e4
commit 5bc123b587
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= biosoup
DISTVERSION= 0.11.0
PORTREVISION= 1
CATEGORIES= biology devel
MAINTAINER= yuri@FreeBSD.org
@ -11,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= googletest>0:devel/googletest
USES= cmake compiler:gcc-c++11-lib
USES= cmake compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= rvaser
@ -24,10 +25,10 @@ PLIST_FILES= include/biosoup/nucleic_acid.hpp \
include/biosoup/overlap.hpp \
include/biosoup/progress_bar.hpp \
include/biosoup/sequence.hpp \
include/biosoup/timer.hpp
do-install:
cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include
include/biosoup/timer.hpp \
lib/cmake/biosoup/biosoupConfig.cmake \
lib/cmake/biosoup/biosoupConfigVersion.cmake \
lib/cmake/biosoup/biosoupTargets.cmake
do-test:
@cd ${BUILD_WRKSRC} && \

View File

@ -1,2 +1,2 @@
Biosoup is a c++ collection of header only data structures used for storage and
Biosoup is a C++ collection of header only data structures used for storage and
logging in bioinformatics tools.