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.22.c651e9a
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=('f1c6bf927ae8e1b4d2def41b37eb31da296e6bb1841b30e1651d8db21b880cc0')
package() {
install -d "${pkgdir}"/usr/share/webapps/phanpy/
tar xf phanpy-dist-$pkgver.tar.gz --no-same-owner --directory "${pkgdir}"/usr/share/webapps/phanpy/
}