summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2020-04-07 10:15:20 +0200
committerd1ceward2020-04-07 10:15:20 +0200
commita52fe7a3d1f96be311c6c24aba136b78a6c9dfbd (patch)
tree30d9aa523719562699dd5a3708a21ef5b98fdda5
parentab868a04ed3ade190f5e5273b3397a430b6a62a4 (diff)
downloadaur-a52fe7a3d1f96be311c6c24aba136b78a6c9dfbd.tar.gz
upgpkg: herokuish 0.5.11-2
-rw-r--r--.SRCINFO4
-rw-r--r--LICENSE7
-rw-r--r--PKGBUILD9
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3018e1610134..78c1569d05d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = herokuish
pkgdesc = Utility for emulating Heroku build and runtime tasks in containers
pkgver = 0.5.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gliderlabs/herokuish
arch = x86_64
license = MIT
source = https://github.com/gliderlabs/herokuish/releases/download/v0.5.11/herokuish_0.5.11_linux_x86_64.tgz
+ source = LICENSE
sha256sums = 4ca72fdd486988aba371e13aa9e5668afc57553aae1b72d7b1a010ba49930adf
+ sha256sums = 10265a1dd53faef4513b728a16b1eff3e5d5fc0bacc79e692ede34529bb8d1d1
pkgname = herokuish
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..45a862cbf76e
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,7 @@
+Copyright (C) 2015 Glider Labs
+
+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 6d29137518b5..50b92023573a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
pkgname=herokuish
pkgver=0.5.11
-pkgrel=1
+pkgrel=2
pkgdesc='Utility for emulating Heroku build and runtime tasks in containers'
arch=('x86_64')
url='https://github.com/gliderlabs/herokuish'
license=('MIT')
-source=("https://github.com/gliderlabs/herokuish/releases/download/v${pkgver}/herokuish_${pkgver}_linux_x86_64.tgz")
-sha256sums=('4ca72fdd486988aba371e13aa9e5668afc57553aae1b72d7b1a010ba49930adf')
+source=("https://github.com/gliderlabs/herokuish/releases/download/v${pkgver}/herokuish_${pkgver}_linux_x86_64.tgz"
+ 'LICENSE')
+sha256sums=('4ca72fdd486988aba371e13aa9e5668afc57553aae1b72d7b1a010ba49930adf'
+ '10265a1dd53faef4513b728a16b1eff3e5d5fc0bacc79e692ede34529bb8d1d1')
package() {
- wget -q "https://raw.githubusercontent.com/gliderlabs/herokuish/master/LICENSE"
install -Dm 755 herokuish "${pkgdir}/usr/bin/herokuish"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/herokuish/LICENSE"
}