mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
crossguid: fix license
This commit is contained in:
parent
e5f126448b
commit
3bc6a77d56
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'crossguid'
|
# Template file for 'crossguid'
|
||||||
pkgname=crossguid
|
pkgname=crossguid
|
||||||
version=0.2.2
|
version=0.2.2
|
||||||
revision=1
|
revision=2
|
||||||
|
build_style=cmake
|
||||||
|
makedepends="libuuid-devel"
|
||||||
short_desc="Lightweight cross platform C++ GUID/UUID library (git $_gitshort)"
|
short_desc="Lightweight cross platform C++ GUID/UUID library (git $_gitshort)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3"
|
license="MIT"
|
||||||
homepage="https://github.com/graeme-hill/crossguid"
|
homepage="https://github.com/graeme-hill/crossguid"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
makedepends="libuuid-devel"
|
|
||||||
checksum=48321928473c682b0cdc7e17bbd3390f79f4b98ab22fef3b81a852dda81fd195
|
checksum=48321928473c682b0cdc7e17bbd3390f79f4b98ab22fef3b81a852dda81fd195
|
||||||
build_style=cmake
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue