summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a0572d1ecd306c8dc023982c68533b1dfa5853eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: erdii <me@erdii.engineering

pkgname=mage-bin
pkgver=1.12.1
pkgrel=4
pkgdesc="A Make/rake-like build tool using Go"
arch=("x86_64")
url="https://magefile.org"
license=("Apache")
provides=("mage")
conflicts=("mage")
source=("$pkgname-$pkgver.tar.gz::https://github.com/magefile/mage/releases/download/v${pkgver}/mage_${pkgver}_Linux-64bit.tar.gz")
sha256sums=('bed46f9f509fd515382a9113c683841f029e86a8f2357380bfe80b75768ff099')

package() {
  install -Dm755 "${srcdir}/mage" "${pkgdir}/usr/bin/mage"
  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/mage/LICENSE"
}