From c11168ad7a397ee0361036648119ca1217dd0805 Mon Sep 17 00:00:00 2001 From: John McQuah Date: Mon, 14 Aug 2023 15:52:57 -0400 Subject: [PATCH] gflags: marked unmaintained --- gflags/.signature | 4 ++-- gflags/Pkgfile | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gflags/.signature b/gflags/.signature index c8c5053c4..13448be0a 100644 --- a/gflags/.signature +++ b/gflags/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wc8eEx2gsRJpPo+1Qpf+mBh1YcXTbLXUVQeWlsr99x1AWpyqx0GBWSlyP47U0u6AJ0leTT3m2GOsFsjfJLWGAU= -SHA256 (Pkgfile) = d7e6aa796c1ba7be32afc72c0640ea27fe181f7c5175d04cbbeadd545545476c +RWSagIOpLGJF3x47KjD0aUrzKTFKn1S4kEGhwXy7pv7y5Jz7iPB7JINtYiBNgLSlOKiiipJdyJvPFyn2ik9pevSfXitMVE0y0Qc= +SHA256 (Pkgfile) = b4ec45bac3f96c3cfd2907f7d3ca4c341cd69d3c752d69334d75298236395345 SHA256 (.footprint) = 23da4ceea99ad7d6724c902dd42436768b68675e591c9a436b8ff485a2b181cb SHA256 (gflags-2.2.2.tar.gz) = 34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf diff --git a/gflags/Pkgfile b/gflags/Pkgfile index 3a9e6aa90..63f096770 100644 --- a/gflags/Pkgfile +++ b/gflags/Pkgfile @@ -1,12 +1,11 @@ # Description: C++ Library for commandline flag processing # URL: https://github.com/schuhschuh/gflags -# Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: cmake ninja +# Maintainer: UNMAINTAINED name=gflags version=2.2.2 release=1 -source=(https://github.com/schuhschuh/gflags/archive/v$version/$name-$version.tar.gz) +source=(https://github.com/schuhschuh/$name/archive/v$version/$name-$version.tar.gz) build() { cmake -S $name-$version -B build -G Ninja \