# Maintainer: Humble Penguin a.k.a Shaharyar Ahmed # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=cell-bin pkgver=0.1.0 pkgrel=1 pkgdesc="A minimal command line text editor developed using Rust" url="https://github.com/humblepengi/cell" license=("GNU") arch=("x86_64") provides=("cell") conflicts=("cell") source=("https://github.com/humblepengi/cell/releases/download/v$pkgver/cell-$pkgver-x86_64.tar.gz") sha256sums=("5bec0807ed403d815bc3cb981c8272a3a5127e8221f3eca3e3864b637bf81bdb") package() { install -Dm755 cell -t "$pkgdir/usr/bin" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }