forked from ports/contrib
crossguid: initial commit, version 0.2.2
This commit is contained in:
parent
2923290a24
commit
52fd7af5e5
5
crossguid/.footprint
Normal file
5
crossguid/.footprint
Normal file
@ -0,0 +1,5 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/Guid.hpp
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libxg.a
|
5
crossguid/.signature
Normal file
5
crossguid/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3/5DHCdqIDWvULCHnCVro+G7E2+uu2eNhUImjRdNvencEDt7z/gu7Gt0bvW0SNikYX06u46CCc6fh78Lp4T8+Q4=
|
||||
SHA256 (Pkgfile) = c3e01692b45c26cf2aca1504e6de02aed82582634a60d00a68707db95425c0f2
|
||||
SHA256 (.footprint) = 8493818938895a7ffffb802ef89e8cc887d14324775495d043c4c0aafab78bd4
|
||||
SHA256 (crossguid-0.2.2.tar.gz) = 48321928473c682b0cdc7e17bbd3390f79f4b98ab22fef3b81a852dda81fd195
|
16
crossguid/Pkgfile
Normal file
16
crossguid/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
||||
# Description: Lightweight cross platform C++ GUID/UUID library
|
||||
# URL: https://github.com/graeme-hill/crossguid
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: cmake
|
||||
|
||||
name=crossguid
|
||||
version=0.2.2
|
||||
release=1
|
||||
source=(https://github.com/graeme-hill/crossguid/archive/v$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cmake -S$name-$version -Bbuild
|
||||
cmake --build build
|
||||
install -D -m 0644 build/libxg.a $PKG/usr/lib/libxg.a
|
||||
install -D -m 0644 $name-$version/Guid.hpp $PKG/usr/include/Guid.hpp
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user