upgpkg: teleport-bin 12.1.1-2

Small packaging improvements :)
This commit is contained in:
Christian Heusel
2023-03-28 20:56:20 +02:00
parent 2891189b1c
commit e5bf3b4e5a
2 changed files with 7 additions and 6 deletions
+3 -2
View File
@@ -1,8 +1,8 @@
pkgbase = teleport-bin pkgbase = teleport-bin
pkgdesc = Modern SSH server for teams managing distributed infrastructure pkgdesc = Modern SSH server for teams managing distributed infrastructure
pkgver = 12.1.1 pkgver = 12.1.1
pkgrel = 1 pkgrel = 2
url = https://github.com/gravitational/teleport url = https://goteleport.com/
install = teleport.install install = teleport.install
arch = i386 arch = i386
arch = x86_64 arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = teleport-bin
provides = tctl provides = tctl
provides = tsh provides = tsh
provides = tbot provides = tbot
conflicts = teleport
options = !strip options = !strip
source = teleport.service source = teleport.service
source = teleport@.service source = teleport@.service
+4 -4
View File
@@ -7,13 +7,13 @@
_pkgname=teleport _pkgname=teleport
pkgname=teleport-bin pkgname=teleport-bin
pkgver=12.1.1 pkgver=12.1.1
pkgrel=1 pkgrel=2
pkgdesc="Modern SSH server for teams managing distributed infrastructure" pkgdesc="Modern SSH server for teams managing distributed infrastructure"
arch=('i386' 'x86_64' 'armv7h' 'aarch64') arch=('i386' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/gravitational/teleport" url="https://goteleport.com/"
license=('Apache') license=('Apache')
depends=()
provides=('teleport' 'tctl' 'tsh' 'tbot') provides=('teleport' 'tctl' 'tsh' 'tbot')
conflicts=('teleport')
install=teleport.install install=teleport.install
source=("teleport.service" source=("teleport.service"
@@ -40,7 +40,7 @@ sha256sums_aarch64=('175cc817dd75469b923d4cd6bb24c3df629d95dba3b4eb684c4f8698667
options=(!strip) options=(!strip)
package() { package() {
cd "${srcdir}/${_pkgname}" cd "${_pkgname}"
# Install binaries # Install binaries
install -Dm755 teleport "${pkgdir}/usr/bin/teleport" install -Dm755 teleport "${pkgdir}/usr/bin/teleport"