summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
blob: 94feabf9e7b419f6efc4ff23a1961c9fa7fd6c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Seppia <seppia@seppio.fish>
pkgname=repofish
pkgver=0.3.1
pkgrel=1
pkgdesc="My friends told me to make available this script I wrote to manage my local archlinux repo and AUR packages, so here it is."
arch=('any')
url="https://git.seppia.net/repofish.git"
license=('GPLv3')
groups=()
depends=('curl' 'git' 'jq')
provides=("${pkgname}")
conflicts=("${pkgname}-git")
replaces=()
backup=()
options=()
install=
source=("https://git.seppia.net/repofish.git/snapshot/${pkgname}-${pkgver}.tar.gz")
sha256sums=('695a1e50fe04b7e58db60c101757621c5f699929a815fb5688fb461c90718105')

package() {
	cd "$srcdir/${pkgname}-${pkgver}"
	install -D $pkgname $pkgdir/usr/bin/$pkgname
}