mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +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'
|
||||
pkgname=ykclient
|
||||
version=2.15
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-silent-rules"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libcurl-devel"
|
||||
short_desc="Yubico YubiKey OTP C client and library"
|
||||
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||
license="BSD"
|
||||
license="BSD-2-Clause"
|
||||
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
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue