Gonna make this a real package

This commit is contained in:
2022-09-19 06:56:55 +10:00
parent 8ce0d69654
commit 462a7a8ce3
2 changed files with 20 additions and 1 deletions

18
PKGBUILD Normal file
View File

@@ -0,0 +1,18 @@
# Maintainer: Zergling_man, from fedora.email
pkgname=clemmy
pkgver=0.1.0
pkgrel=1
pkgdesc='A pure bash client for lemmy, with multiaccount support.'
arch=('any')
url='https://gitea.rakka.tk/Zergling_man/clemmy'
license=('GPL' 'custom:plusnigger.autism.exposed')
depends=('curl' 'jq')
source=('https://gitea.rakka.tk/Zergling_man/clemmy/raw/branch/master/shitty_api.sh')
sha256sums=('f3a3c9453158ca713b5a5fb21e0510a681a143ae74fc105364901248ad2f86b9')
package() {
install -d ${pkgdir}/usr/bin
cp ${srcdir}/shitty_api.sh ${pkgdir}/usr/bin/shitty_api
chmod +x ${pkgdir}/usr/bin/shitty_api
}