mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ykclient: correct license
This commit is contained in:
parent
93aac4be44
commit
604225500e
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'ykclient'
|
# Template file for 'ykclient'
|
||||||
pkgname=ykclient
|
pkgname=ykclient
|
||||||
version=2.15
|
version=2.15
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-silent-rules"
|
configure_args="--disable-static --disable-silent-rules"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libcurl-devel"
|
makedepends="libcurl-devel"
|
||||||
short_desc="Yubico YubiKey OTP C client and library"
|
short_desc="Yubico YubiKey OTP C client and library"
|
||||||
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||||
license="BSD"
|
license="BSD-2-Clause"
|
||||||
homepage="https://developers.yubico.com/yubico-c-client"
|
homepage="https://developers.yubico.com/yubico-c-client"
|
||||||
distfiles="https://developers.yubico.com/yubico-c-client/releases/${pkgname}-${version}.tar.gz"
|
distfiles="https://developers.yubico.com/yubico-c-client/Releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=f461cdefe7955d58bbd09d0eb7a15b36cb3576b88adbd68008f40ea978ea5016
|
checksum=f461cdefe7955d58bbd09d0eb7a15b36cb3576b88adbd68008f40ea978ea5016
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue