17 lines
492 B
Bash
17 lines
492 B
Bash
# Template file for 'guidelines-support-library'
|
|
pkgname=guidelines-support-library
|
|
version=4.0.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DGSL_TEST:BOOL=OFF"
|
|
short_desc="C++ Guidelines Support Library"
|
|
maintainer="0x5c <dev@0x5c.io>"
|
|
license="MIT"
|
|
homepage="https://github.com/microsoft/GSL"
|
|
distfiles="https://github.com/microsoft/GSL/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=f0e32cb10654fea91ad56bde89170d78cfbf4363ee0b01d8f097de2ba49f6ce9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|