Files
shinoa/PKGBUILD
Dmitry 48d1aae186
Some checks failed
Release App / release-app (push) Has been cancelled
Release prebuilt app bundle for binary package
2026-04-24 14:17:22 +03:00

19 lines
474 B
Bash

pkgname=shinoa-bin
pkgver=latest
pkgrel=1
pkgdesc='Minimal Telegram terminal client built with ncurses and bundled TDLib'
arch=('x86_64')
url='https://git.mshq.dev/AxiFisk/shinoa'
license=('custom:unknown')
depends=('gcc-libs' 'glibc' 'ncurses' 'openssl' 'zlib')
provides=('shinoa')
conflicts=('shinoa')
source=(
"shinoa-linux-x86_64.tar.gz::${url}/releases/download/latest/shinoa-linux-x86_64.tar.gz"
)
sha256sums=('SKIP')
package() {
cp -a "$srcdir/usr" "$pkgdir/"
}