void-packages/srcpkgs/crossguid/template

19 lines
543 B
Bash
Raw Normal View History

2016-03-17 07:43:27 +01:00
# Template file for 'crossguid'
pkgname=crossguid
2017-08-31 09:51:04 +02:00
version=0.2.2
2016-03-17 07:43:27 +01:00
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"
2017-08-31 09:51:04 +02:00
distfiles="$homepage/archive/v$version.tar.gz"
2016-03-17 07:43:27 +01:00
makedepends="libuuid-devel"
2017-08-31 09:51:04 +02:00
checksum=48321928473c682b0cdc7e17bbd3390f79f4b98ab22fef3b81a852dda81fd195
build_style=cmake
2016-03-17 07:43:27 +01:00
do_install() {
vlicense LICENSE
2017-08-31 09:51:04 +02:00
vinstall build/libxg.a 644 usr/lib
vinstall Guid.hpp 644 usr/include
2016-03-17 07:43:27 +01:00
}