# Maintainer: Kevin Song pkgname='starship-bin' pkgdesc='The cross-shell prompt for astronauts' pkgver='0.16.0' pkgrel='1' arch=('x86_64') url='https://starship.rs/' license=('ISC') depends=('openssl' 'zlib') makedepends=() checkdepends=() provides=('starship') conflicts=('starship') source=("https://github.com/starship/starship/releases/download/v${pkgver}/starship-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz") sha256sums=('e2ad92f1a2c4dd84ffe755090961dfba1f9236607aeb50d4371e361d8368a75e') PKGEXT='.pkg.tar.gz' package() { cd "x86_64-unknown-linux-gnu" install -Dm755 "starship" "$pkgdir/usr/bin/starship" # install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }