# Maintainer: Balakrishnan Balasubramanian # Previous Maintainer: Bjoern Franke pkgname=phanpy-bin pkgver=2026.02.24.48b2cf7 pkgrel=1 pkgdesc="A minimalistic opinionated Mastodon web client" arch=('any') url="https://github.com/cheeaun/phanpy/" license=('MIT') provides=('phanpy') conflicts=('phanpy') source=(phanpy-dist-$pkgver.tar.gz::"https://github.com/cheeaun/phanpy/releases/download/${pkgver}/phanpy-dist.tar.gz") noextract=(phanpy-dist-$pkgver.tar.gz) sha256sums=('aec4fc949f9480e961a88f6ccf083937b4f4172eae18d3212bdf0d8a6cf3ece5') package() { install -d "${pkgdir}"/usr/share/webapps/phanpy/ tar xf phanpy-dist-$pkgver.tar.gz --no-same-owner --directory "${pkgdir}"/usr/share/webapps/phanpy/ }