19 lines
543 B
Bash
19 lines
543 B
Bash
# Template file for 'crossguid'
|
|
pkgname=crossguid
|
|
version=0.2.2
|
|
revision=1
|
|
short_desc="Lightweight cross platform C++ GUID/UUID library (git $_gitshort)"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/graeme-hill/crossguid"
|
|
distfiles="$homepage/archive/v$version.tar.gz"
|
|
makedepends="libuuid-devel"
|
|
checksum=48321928473c682b0cdc7e17bbd3390f79f4b98ab22fef3b81a852dda81fd195
|
|
build_style=cmake
|
|
|
|
do_install() {
|
|
vlicense LICENSE
|
|
vinstall build/libxg.a 644 usr/lib
|
|
vinstall Guid.hpp 644 usr/include
|
|
}
|