Package Details: kubespy 0.6.0-1

Git Clone URL: https://aur.archlinux.org/kubespy.git (read-only, click to copy)
Package Base: kubespy
Description: Tools for observing Kubernetes resources in real time
Upstream URL: https://github.com/pulumi/kubespy
Licenses: Apache
Submitter: eldios
Maintainer: eldios
Last Packager: eldios
Votes: 1
Popularity: 0.000000
First Submitted: 2018-09-27 13:54 (UTC)
Last Updated: 2021-02-19 15:44 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

hcb commented on 2019-12-21 09:16 (UTC) (edited on 2019-12-21 09:16 (UTC) by hcb)

curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading https://github.com/pulumi/kubespy/releases/download/v0.5.0/kubespy-linux-amd64.tar.gz
    Aborting...

Sacro commented on 2019-12-16 14:09 (UTC)

404 on the download

eldios commented on 2018-10-10 16:36 (UTC)

Fixed.

hcb commented on 2018-10-10 16:24 (UTC)

0.4.0-3 does not work. It puts the tar file into /usr/bin

eldios commented on 2018-10-10 15:56 (UTC)

Fixed.

Sorry for any inconvenience this may have caused ;)

hcb commented on 2018-10-10 15:51 (UTC) (edited on 2018-10-10 15:55 (UTC) by hcb)

pkgname=kubespy
pkgver=0.4.0
pkgrel=1
pkgdesc="Tools for observing Kubernetes resources in real time"
arch=('x86_64')
url="https://github.com/pulumi/kubespy"
license=('Apache')
depends=('glibc')
source_x86_64=(
    "https://github.com/pulumi/kubespy/releases/download/v${pkgver}/kubespy-linux-amd64.tar.gz"
    )
sha256sums_x86_64=('04e3c2d3583e3817e95dfa5041ad97b9fca9d4349f088c3520a233cca16cac55')
options=(!strip)

package() {
    mkdir -p "${pkgdir}/usr/bin"
    install -m755 -t "${pkgdir}/usr/bin/" "${srcdir}"/releases/kubespy-linux-amd64/kubespy
}

wallentx commented on 2018-10-08 18:30 (UTC)

This won't build since the source URL format is wrong

lukeab commented on 2018-10-08 13:58 (UTC)

flagged out of date, v0.4.0 available now.