summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 47aa8710dbb7185c33499c796a2baf3815985911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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=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"
}