phanpy-bin_aur/PKGBUILD

23 lines
672 B
Bash
Raw Normal View History

2024-11-08 00:49:09 +01:00
#Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
pkgname=phanpy-bin
2024-12-29 17:38:49 -05:00
_pkgver=2024.12.28.119d4b0
2024-11-08 00:49:09 +01:00
pkgver=${_pkgver//-/.}
2024-12-08 11:25:48 -05:00
pkgrel=11
2024-11-08 00:49:09 +01:00
pkgdesc="A minimalistic opinionated Mastodon web client"
arch=('x86_64')
url="https://github.com/cheeaun/phanpy/"
license=('MIT')
provides=('phanpy')
conflicts=('phanpy')
source=("https://github.com/cheeaun/phanpy/releases/download/${_pkgver}/phanpy-dist.tar.gz")
2024-12-29 17:38:49 -05:00
sha256sums=('f44da1afe7f485f35e499704add9b811920e8f91beedfb6a838cc987f9857144')
2024-11-08 00:49:09 +01:00
package() {
cd ${srcdir}
install -d "${pkgdir}"/usr/share/webapps/phanpy/
cp -r * "${pkgdir}"/usr/share/webapps/phanpy/
echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/phanpy/version
}