# Maintainer: Marcel Robitaille # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=rust-motd-bin pkgver=1.0.0 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-archlinux-x86_64.tar.gz") sha256sums=("47f0ce7bdf1e57cb586003349383bea4497bfbb08a605495368aad8bee660c13") package() { install -Dm755 rust-motd -t "$pkgdir/usr/bin" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }