* update woff2 to 1.0.2-5
This commit is contained in:
parent
e085fbd5af
commit
2334455676
19
woff2/.SRCINFO
Normal file
19
woff2/.SRCINFO
Normal file
@ -0,0 +1,19 @@
|
||||
pkgbase = woff2
|
||||
pkgdesc = Web Open Font Format 2 reference implementation
|
||||
pkgver = 1.0.2
|
||||
pkgrel = 5
|
||||
url = https://github.com/google/woff2
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = cmake
|
||||
makedepends = ninja
|
||||
depends = brotli
|
||||
depends = gcc-libs
|
||||
provides = libwoff2common.so
|
||||
provides = libwoff2dec.so
|
||||
provides = libwoff2enc.so
|
||||
source = git+https://github.com/google/woff2#tag=v1.0.2
|
||||
sha512sums = 759e2345f304ea2fa463daeb8988668f0c09ef57865e178ea1dc3c7ade79bfd2b95b7dcd83a87343aa33d662f667ff71130043d786f2f390df99507e117847bc
|
||||
|
||||
pkgname = woff2
|
4
woff2/.nvchecker.toml
Normal file
4
woff2/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[woff2]
|
||||
source = "git"
|
||||
git = "https://github.com/google/woff2.git"
|
||||
prefix = "v"
|
@ -3,17 +3,16 @@
|
||||
|
||||
pkgname=woff2
|
||||
pkgver=1.0.2
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Web Open Font Format 2 reference implementation"
|
||||
url="https://github.com/google/woff2"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=(custom:MIT)
|
||||
depends=(brotli)
|
||||
license=(MIT)
|
||||
depends=(brotli gcc-libs)
|
||||
makedepends=(git cmake ninja)
|
||||
provides=(libwoff2{common,dec,enc}.so)
|
||||
_commit=1bccf208bca986e53a647dfe4811322adb06ecf8 # tags/v1.0.2
|
||||
source=("git+$url#commit=$_commit")
|
||||
sha512sums=('SKIP')
|
||||
source=("git+$url#tag=v$pkgver")
|
||||
sha512sums=('759e2345f304ea2fa463daeb8988668f0c09ef57865e178ea1dc3c7ade79bfd2b95b7dcd83a87343aa33d662f667ff71130043d786f2f390df99507e117847bc')
|
||||
|
||||
prepare() {
|
||||
cd woff2
|
||||
|
Loading…
x
Reference in New Issue
Block a user