summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Mosyagin2024-04-13 23:22:07 +0200
committerIgor Mosyagin2024-04-13 23:44:06 +0200
commite5dbf11b2008dfd5ce67bf214494e7ea8684fa54 (patch)
tree63309742da1fb78cd6ff77707ea88672472e9cfd
parente3f5a3b5293946adc5ec9b58db272e2aaa89477e (diff)
downloadaur-e5dbf11b2008dfd5ce67bf214494e7ea8684fa54.tar.gz
Initial commit of PKGBUILD for polytope-cli
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb446874a105..c04d39c0aa62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgrel=1
pkgdesc="Polytope is a programmable software development platform. This package installs CLI for managing polytope-managed services"
arch=('x86_64')
url="https://github.com/polytopelabs/homebrew-tap"
-license=('MIT')
+license=('Unknown')
depends=()
-makedepends=('git' 'go')
-source=("$pt-$pkgver.gz::https://polytope-cli-releases.s3.eu-north-1.amazonaws.com/pt-$pkgver-linux-amd64.gz")
+options=('!strip' '!debug')
+source=("pt-$pkgver-linux-amd64.gz::https://polytope-cli-releases.s3.eu-north-1.amazonaws.com/pt-$pkgver-linux-amd64.gz")
sha256sums=('0b663f397a68bcb8b555aa55efaa81a9fc1022957170f8309627e336d3d17427')
package() {
@@ -16,4 +16,3 @@ package() {
chmod +x pt
install -Dm755 pt "$pkgdir/usr/bin/pt"
}
-