makedeb


sccache-bin 0.8.0-1


sccache is ccache with cloud storage

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for sccache-bin.

# Maintainer: Your Name <foobar@example.com>
# vim: set sw=4 expandtab:
pkgname=sccache-bin
pkgver=0.8.0
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=('2e0e7df61bc7dcf61fd65c1b345d05cd1f832598a15c6f42e7e21f86b8d39b1f')

package() {
  install -D "$srcdir/sccache-v$pkgver-x86_64-unknown-linux-musl/sccache" "$pkgdir/usr/bin/sccache"
}