summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2018-08-12 01:16:23 -0400
committerJean Lucas2018-08-12 01:16:23 -0400
commit840830547efca1c36905ed9380a5a0a560758956 (patch)
tree51b589cb8c95192941297eaab62bcedf8829d9e6
parent65a476fe5cccc114b6e02e4371cef4828ed81a76 (diff)
downloadaur-840830547efca1c36905ed9380a5a0a560758956.tar.gz
Add readme and license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59482fc9d416..a2997c5d8058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Aug 12 04:56:55 UTC 2018
+# Sun Aug 12 05:16:09 UTC 2018
pkgbase = sccache
pkgdesc = ccache-like tool with experimental Rust support
pkgver = 0.2.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mozilla/sccache
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 251c1df8f150..b88b5af673fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sccache
pkgver=0.2.7
-pkgrel=1
+pkgrel=2
pkgdesc='ccache-like tool with experimental Rust support'
arch=(i686 x86_64)
url=https://github.com/mozilla/sccache
@@ -26,4 +26,6 @@ package() {
cd sccache-$pkgver
cargo install --root "$pkgdir"/usr
rm "$pkgdir"/usr/.crates.toml
+ install -Dm 644 README.md -t "$pkgdir"/usr/share/doc/sccache
+ install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/sccache
}