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