* update cli11 to 2.4.2-1
This commit is contained in:
parent
f6207c28fc
commit
a1054e8ed5
12
cli11/.SRCINFO
Normal file
12
cli11/.SRCINFO
Normal file
@ -0,0 +1,12 @@
|
||||
pkgbase = cli11
|
||||
pkgdesc = Command line parser for C++11
|
||||
pkgver = 2.4.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/CLIUtils/CLI11
|
||||
arch = any
|
||||
license = BSD-3-Clause
|
||||
makedepends = cmake
|
||||
source = https://github.com/CLIUtils/CLI11/archive/v2.4.2/cli11-2.4.2.tar.gz
|
||||
sha256sums = f2d893a65c3b1324c50d4e682c0cdc021dd0477ae2c048544f39eed6654b699a
|
||||
|
||||
pkgname = cli11
|
4
cli11/.nvchecker.toml
Normal file
4
cli11/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[cli11]
|
||||
source = "git"
|
||||
git = "https://github.com/CLIUtils/CLI11.git"
|
||||
prefix = "v"
|
@ -1,16 +1,17 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Bruno Pagani <archange@archlinux.org>
|
||||
# Maintainer: Jakub Klinkovský <lahwaacz at archlinux dot org>
|
||||
|
||||
pkgname=cli11
|
||||
pkgver=2.4.1
|
||||
pkgrel=1.1
|
||||
pkgver=2.4.2
|
||||
pkgrel=1
|
||||
pkgdesc="Command line parser for C++11"
|
||||
arch=(any)
|
||||
url="https://github.com/CLIUtils/CLI11"
|
||||
license=(BSD)
|
||||
license=(BSD-3-Clause)
|
||||
makedepends=(cmake)
|
||||
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||
sha256sums=('73b7ec52261ce8fe980a29df6b4ceb66243bb0b779451dbd3d014cfec9fdbb58')
|
||||
sha256sums=('f2d893a65c3b1324c50d4e682c0cdc021dd0477ae2c048544f39eed6654b699a')
|
||||
|
||||
build() {
|
||||
cmake -B build -S ${pkgname^^}-${pkgver} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user