blob: c478dbf8c770fa315b9c6ebaa5d8db7dbe77a414 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = astc-encoder-git
pkgdesc = A tool for compressing and decompressing images using the ASTC texture compression standard (git version)
pkgver = 3.0.r0.gd21d551
pkgrel = 2
url = https://github.com/ARM-software/astc-encoder/
arch = x86_64
license = Apache
makedepends = git
makedepends = cmake
makedepends = python
depends = gcc-libs
provides = astc-encoder
conflicts = astc-encoder
source = git+https://github.com/ARM-software/astc-encoder.git#branch=main
source = git+https://github.com/google/googletest.git
source = 010-astc-encoder-fix-install.patch
sha256sums = SKIP
sha256sums = SKIP
sha256sums = 32cb972d67318166273e6ca508270630bf329f5e1855502f6a493cd803ab2447
pkgname = astc-encoder-git
|