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