summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb4afbd46419..1e4a56a967c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,20 @@
# Maintainer: Marcel Robitaille <mail@marcelrobitaille.me>
+#
+# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
+
pkgname=rust-motd-bin
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="Beautiful, useful MOTD generation with zero runtime dependencies"
url="https://github.com/rust-motd/rust-motd"
license=("MIT")
arch=("x86_64")
provides=("rust-motd")
+conflicts=("rust-motd")
source=("https://github.com/rust-motd/rust-motd/releases/download/v$pkgver/rust-motd-$pkgver-x86_64.tar.gz")
-sha256sums=("a8908b98d214e75dcb93f13dec2c06a0f5f29a5b8bfd85c7797d884dfe758f9c")
+sha256sums=("990ea3528d1d1ca65bac69fb511fe9d3811ee86c547f7e525d6190508f369234")
package() {
- install -Dm755 rust-motd -t "$pkgdir/usr/bin/"
+ install -Dm755 rust-motd -t "$pkgdir/usr/bin"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}