PKGBUILD should work now.
This commit is contained in:
parent
64672de712
commit
f7c329af97
9
PKGBUILD
9
PKGBUILD
|
@ -1,20 +1,21 @@
|
|||
# Maintainer: Zergling_man, from fedora.email
|
||||
#Well, it seems to work now.
|
||||
|
||||
pkgname=clemmy
|
||||
pkgver=0.1.0
|
||||
pkgver=0.1.1
|
||||
pkgrel=2
|
||||
pkgdesc='A pure bash client for lemmy, with multiaccount support.'
|
||||
arch=('any')
|
||||
url='http://precious.harpy.faith/Zergling_man/clemmy'
|
||||
license=('GPL' 'custom:plusnigger.autism.exposed')
|
||||
depends=('curl' 'jq')
|
||||
source=('git://precious.harpy.faith/Zergling_man/clemmy.git')
|
||||
source=('git+http://precious.harpy.faith/Zergling_man/clemmy.git')
|
||||
sha256sums=('SKIP') #Don't know how to use this on a repo.
|
||||
|
||||
package() {
|
||||
cd ${pkgname}
|
||||
install -d ${pkgdir}/usr/bin ${pkgdir}/opt/clemmy
|
||||
cp *.sh ${pkgdir}/opt/clemmy
|
||||
cp -r commands ${pkgdir}/opt/clemmy/commands
|
||||
cp -r . ${pkgdir}/opt/clemmy
|
||||
ln -s ${pkgdir}/opt/clemmy/clemmy.sh ${pkgdir}/usr/bin/clemmy
|
||||
chmod +x ${pkgdir}/opt/clemmy/clemmy.sh
|
||||
}
|
Loading…
Reference in New Issue
Block a user