makedeb


starship-bin 1.13.1-1


The cross-shell prompt for astronauts

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for starship-bin.

# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
pkgver='1.13.1'
pkgrel=1
arch=('amd64')
url="https://starship.rs/"
license=('ISC')
depends=('openssl' 'zlib1g')
buster_depends=(${depends[@]} 'zlibc')
optdepends=('fonts-powerline: powerline symbols for terminals'
            'fonts-noto-color-emoji: emoji support for terminals')
#makedepends=()
#checkdepends=()
provides=('starship')
conflicts=('starship')
# replaces=('starship')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
sha512sums=("c1a9b76d91082d0741a73b5e7c0d5efacaf2e673eb9430bc27d75190038e7423b4f4f768955c08082efad0a612effdddc5ee042d27cd0141d3f54f2fb88a28cd")
package() {
    install -Dm755 "starship" "$pkgdir/usr/bin/starship"
}