summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bccaac418a21..69792de26006 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,17 @@
pkgname=procfile-util
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='A tool for interacting with Procfiles.'
arch=('x86_64')
url='https://github.com/josegonzalez/go-procfile-util'
-license=(MIT)
+license=('MIT')
source=("https://github.com/josegonzalez/go-procfile-util/releases/download/v${pkgver}/procfile-util_${pkgver}_linux_x86_64.tgz")
sha256sums=('e94e5e062e13f2940245578c97ee2478e189590eef2ab2ff0b0cebac61ea5471')
package() {
+ wget -q "https://raw.githubusercontent.com/josegonzalez/go-procfile-util/master/LICENSE"
install -Dm 755 procfile-util "${pkgdir}/usr/bin/procfile-util"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/procfile-util/LICENSE"
}