summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
blob: 6cff539fdc45a66bd6375d74a828792698b31e9c (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.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}","${pkgname%-git}")
replaces=()
backup=()
options=()
install=
source=("https://git.seppia.net/repofish.git/snapshot/${pkgname}-${pkgver}.tar.gz")
sha256sums=('6043e48e168bf741c915ec5e9e870791e03b7021d54b6cb8c837c692d93f93c5')

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