# Maintainer: Kevin Song pkgname='starship-bin' pkgdesc='The cross-shell prompt for astronauts' pkgver='0.39.0' pkgrel='1' 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=("${pkgname}-v${pkgver}.tar.gz::https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz") sha256sums=('3b555e5a5141bb64fc61129e76df8238d41e9ead01a04f06268e4a49498e931f') package() { install -Dm755 "starship" "$pkgdir/usr/bin/starship" # install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }