From a794831cf6bca62d31995fd7645d79c2abdd216d Mon Sep 17 00:00:00 2001 From: 0x5c Date: Mon, 11 Dec 2023 07:22:23 -0500 Subject: [PATCH] New package: guidelines-support-library-4.0.0 --- srcpkgs/guidelines-support-library/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/guidelines-support-library/template diff --git a/srcpkgs/guidelines-support-library/template b/srcpkgs/guidelines-support-library/template new file mode 100644 index 00000000000..af77bd49417 --- /dev/null +++ b/srcpkgs/guidelines-support-library/template @@ -0,0 +1,16 @@ +# 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 " +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 +}