Files
phanpy-bin_aur/PKGBUILD

21 lines
748 B
Bash

# Maintainer: Balakrishnan Balasubramanian <aur@balki.me>
# Previous Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
pkgname=phanpy-bin
pkgver=2025.06.12.43d0d1e
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=('9c93da4a6b2f78d22c3bc6d030118a646b2f22575152324b8daf7f7e4ffb1f09')
package() {
install -d "${pkgdir}"/usr/share/webapps/phanpy/
tar xf phanpy-dist-$pkgver.tar.gz --no-same-owner --directory "${pkgdir}"/usr/share/webapps/phanpy/
}