# Maintainer: Solomon Choina pkgname=terminus-terminal-bin _pkgname=terminus pkgver=1.0.104 pkgrel=1 pkgdesc="A terminal for a more modern age" arch=('x86_64') url="https://github.com/Eugeny/terminus" license=('MIT') depends=('nodejs') provides=("terminus-terminal") conflicts=("terminus-terminal") replaces=('terminus-terminal') source=("$url/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux.deb") sha256sums=('3a45243db8e27cad4e9216cb405fe4c3b3b970605eaee060168ef821c2955911') package() { cd "$srcdir/" tar -xf data.tar.xz cp -r usr/ $pkgdir cp -r opt/ $pkgdir install -Dm755 /dev/stdin "$pkgdir"/usr/bin/$_pkgname <