mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
Lz4: update to 1.10.0
This commit is contained in:
parent
225ab3ff9a
commit
a7d0208e3b
1 changed files with 8 additions and 7 deletions
|
@ -1,21 +1,22 @@
|
||||||
# Template file for 'lz4'
|
# Template file for 'lz4'
|
||||||
pkgname=lz4
|
pkgname=lz4
|
||||||
reverts="131_1 130_1 129_1 128_1 127_1 126_1 125_1 124_1 123_1 122_1"
|
reverts="131_1 130_1 129_1 128_1 127_1 126_1 125_1 124_1 123_1 122_1"
|
||||||
version=1.9.4
|
version=1.10.0
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_check_target=test
|
|
||||||
checkdepends="python3"
|
checkdepends="python3"
|
||||||
short_desc="LZ4 compression utilities"
|
short_desc="Extremely fast compression algorithm"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause, GPL-2.0-or-later"
|
# all files under source 'lib' directory are BSD-2, others are GPLv2+
|
||||||
|
license="BSD-2-Clause AND GPL-2.0-or-later"
|
||||||
homepage="https://lz4.github.io/lz4"
|
homepage="https://lz4.github.io/lz4"
|
||||||
changelog="https://raw.githubusercontent.com/lz4/lz4/dev/NEWS"
|
changelog="https://github.com/lz4/lz4/raw/refs/heads/dev/NEWS"
|
||||||
distfiles="https://github.com/lz4/lz4/archive/v${version}.tar.gz"
|
distfiles="https://github.com/lz4/lz4/releases/download/v${version}/lz4-${version}.tar.gz"
|
||||||
checksum=0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b
|
checksum="537512904744b35e232912055ccf8ec66d768639ff3abe5788d90d792ec5f48b"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
# BSD-2-Clause must be installed
|
||||||
vlicense lib/LICENSE
|
vlicense lib/LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue