# Maintainer: Your Name # vim: set sw=4 expandtab: pkgname=sccache-bin pkgver=0.8.1 pkgrel=1 pkgdesc='sccache is ccache with cloud storage' arch=(amd64) depends=() provides=(sccache) conflicts=(sccache) extensions=('zipman') license=() url='https://github.com/mozilla/sccache' source=( "https://github.com/mozilla/sccache/releases/download/v$pkgver/sccache-v$pkgver-x86_64-unknown-linux-musl.tar.gz" ) sha256sums=('e0ee621fb16b6940666cd770b091c62cadafd3e062dd12e3a49d9caaff3b795f') package() { install -D "$srcdir/sccache-v$pkgver-x86_64-unknown-linux-musl/sccache" "$pkgdir/usr/bin/sccache" }