# Maintainer: Linus Probert pkgname=blightmud pkgver=5.1.0 pkgrel=1 epoch= pkgdesc="A terminal mud client written in rust" arch=('x86_64' 'i686') url="https://github.com/blightmud/blightmud" license=('GPL') groups=() depends=('gcc-libs' 'openssl' 'alsa-lib') makedepends=('cargo') checkdepends=() optdepends=() provides=('blightmud') conflicts=('blightmud') replaces=() backup=() options=() install= changelog= source=("$pkgname-$pkgver.tar.gz::https://github.com/Blightmud/Blightmud/archive/v$pkgver.tar.gz") md5sums=('68294151136afd3ef188f57a4f2f5d23') prepare() { mv Blightmud-$pkgver $pkgname-$pkgver } build() { cd $pkgname-$pkgver cargo build --release --locked --target-dir=target } package() { cd $pkgname-$pkgver install -D -m755 "$srcdir/$pkgname-$pkgver/target/release/blightmud" "$pkgdir/usr/bin/blightmud" }