blob: 6a5de7866742fc5d2b285104d751e7bdb197cdf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = sccache-bin
pkgdesc = Shared compilation cache
pkgver = 0.9.1
pkgrel = 1
url = https://github.com/mozilla/sccache
arch = aarch64
arch = armv7h
arch = i686
arch = x86_64
license = Apache-2.0
provides = sccache=0.9.1
conflicts = sccache
source_aarch64 = https://github.com/mozilla/sccache/releases/download/v0.9.1/sccache-v0.9.1-aarch64-unknown-linux-musl.tar.gz
sha256sums_aarch64 = a0f10f7daeeecb3439d6e903bc5dc4a4ccee67985b506d3daf742521efe45627
source_armv7h = https://github.com/mozilla/sccache/releases/download/v0.9.1/sccache-v0.9.1-armv7-unknown-linux-musleabi.tar.gz
sha256sums_armv7h = bae598316fc0e74f09c62990783df2357e98ea0d55c6acee60667103cf78a8ea
source_i686 = https://github.com/mozilla/sccache/releases/download/v0.9.1/sccache-v0.9.1-i686-unknown-linux-musl.tar.gz
sha256sums_i686 = d9fba1298e681b2f9b4ed0ee04c1100191b9ca2407ff47fff9074a7b1627315f
source_x86_64 = https://github.com/mozilla/sccache/releases/download/v0.9.1/sccache-v0.9.1-x86_64-unknown-linux-musl.tar.gz
sha256sums_x86_64 = 911f611db54e48dc50c32232462a99848824be5ba0f6f52cc33903712cd78715
pkgname = sccache-bin
|