summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ed38ddb996d4c6884f5092ca031d5ff0ebafc365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: YTG123 <54103478+YTG1234@users.noreply.github.com>
pkgname=fabricversions
pkgver=0.1.5
pkgrel=1
pkgdesc="Fetch FabricMC versions"
arch=("x86_64")
url=https://github.com/YTG1234/fabricversions
license=('GPL3')
depends=('curl' 'libxml2' 'gcc-libs' 'swift-language')
makedepends=('git' 'libedit')
options=('zipman')
changelog=CHANGELOG
source=("git+https://github.com/YTG1234/$pkgname?signed#tag=v$pkgver")
md5sums=('SKIP')
sha256sums=('SKIP')
validpgpkeys=('04DBDABBF85C4D4987116AE14B81184A270A28B5')

build() {
	cd "$pkgname"
	make NOZIPMAN=1
}

package() {
	cd "$pkgname"
	make DESTDIR="$pkgdir/usr" NOZIPMAN=1 install
}