summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2020-04-07 10:27:24 +0200
committerd1ceward2020-04-07 10:27:24 +0200
commit42dba6e3ae0756374435409cb243924ce28a6569 (patch)
tree1968eeac699148b496f4ce3c144070d8386c1b63
parent09665fa38a043b56ca85b12afb70711af0c718df (diff)
downloadaur-42dba6e3ae0756374435409cb243924ce28a6569.tar.gz
upgpkg: procfile-util 0.7.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--LICENSE21
-rw-r--r--PKGBUILD9
3 files changed, 29 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d71388203667..96e0d02d0d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = procfile-util
pkgdesc = A tool for interacting with Procfiles.
pkgver = 0.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/josegonzalez/go-procfile-util
arch = x86_64
license = MIT
source = https://github.com/josegonzalez/go-procfile-util/releases/download/v0.7.0/procfile-util_0.7.0_linux_x86_64.tgz
+ source = LICENSE
sha256sums = e94e5e062e13f2940245578c97ee2478e189590eef2ab2ff0b0cebac61ea5471
+ sha256sums = 725569065205b55f534d4b040428cef585720756fd953fbdf1a055b6c3349321
pkgname = procfile-util
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..eb1cc339e115
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) 2018 Jose Diaz-Gonzalez
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index 69792de26006..6556555a3776 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
pkgname=procfile-util
pkgver=0.7.0
-pkgrel=2
+pkgrel=3
pkgdesc='A tool for interacting with Procfiles.'
arch=('x86_64')
url='https://github.com/josegonzalez/go-procfile-util'
license=('MIT')
-source=("https://github.com/josegonzalez/go-procfile-util/releases/download/v${pkgver}/procfile-util_${pkgver}_linux_x86_64.tgz")
-sha256sums=('e94e5e062e13f2940245578c97ee2478e189590eef2ab2ff0b0cebac61ea5471')
+source=("https://github.com/josegonzalez/go-procfile-util/releases/download/v${pkgver}/procfile-util_${pkgver}_linux_x86_64.tgz"
+ 'LICENSE')
+sha256sums=('e94e5e062e13f2940245578c97ee2478e189590eef2ab2ff0b0cebac61ea5471'
+ '725569065205b55f534d4b040428cef585720756fd953fbdf1a055b6c3349321')
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"
}