Fix license paths for v1.0.13

This commit is contained in:
Jon Rogers 2025-12-01 16:07:52 -05:00
parent 054ffb5bf2
commit 704c495de6
No known key found for this signature in database
GPG key ID: 33EF83C0E0406641
2 changed files with 13 additions and 13 deletions

View file

@ -1,23 +1,23 @@
pkgbase = pvetui-bin
pkgdesc = A terminal user interface (TUI) for Proxmox VE
pkgver = 1.0.13
pkgrel = 1
pkgrel = 2
url = https://github.com/devnullvoid/pvetui
arch = aarch64
arch = i686
arch = x86_64
license = MIT
depends = glibc
optdepends = kitty: Better terminal support
optdepends = alacritty: Better terminal support
depends = glibc
provides = pvetui
conflicts = pvetui
conflicts = pvetui-git
provides = pvetui
arch = aarch64
source_aarch64 = https://github.com/devnullvoid/pvetui/releases/download/v1.0.13/pvetui_1.0.13_linux_arm64.tar.gz
source_aarch64 = pvetui-bin_1.0.13_aarch64.tar.gz::https://github.com/devnullvoid/pvetui/releases/download/v1.0.13/pvetui_1.0.13_linux_arm64.tar.gz
sha256sums_aarch64 = d2dca30bf173f0a71466f6eca729fd9efdc00de08e77661fe34d7290017bf169
arch = i686
source_i686 = https://github.com/devnullvoid/pvetui/releases/download/v1.0.13/pvetui_1.0.13_linux_386.tar.gz
source_i686 = pvetui-bin_1.0.13_i686.tar.gz::https://github.com/devnullvoid/pvetui/releases/download/v1.0.13/pvetui_1.0.13_linux_386.tar.gz
sha256sums_i686 = b332130dd0a417883232ea481d2a59f3c3e2e2caa63d2cc43976ac35a3262da8
arch = x86_64
source_x86_64 = https://github.com/devnullvoid/pvetui/releases/download/v1.0.13/pvetui_1.0.13_linux_amd64.tar.gz
source_x86_64 = pvetui-bin_1.0.13_x86_64.tar.gz::https://github.com/devnullvoid/pvetui/releases/download/v1.0.13/pvetui_1.0.13_linux_amd64.tar.gz
sha256sums_x86_64 = b154a86b3e343744fa370300edacd97adf2f44e91e783ef92ecaad0078d06525
pkgname = pvetui-bin

View file

@ -3,7 +3,7 @@
pkgname='pvetui-bin'
pkgver=1.0.13
pkgrel=1
pkgrel=2
pkgdesc='A terminal user interface (TUI) for Proxmox VE'
url='https://github.com/devnullvoid/pvetui'
arch=('aarch64' 'i686' 'x86_64')
@ -29,8 +29,8 @@ package() {
# Install license
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/pvetui/LICENSE"
install -Dm644 "./THIRD_PARTY_LICENSES.md" "${pkgdir}/usr/share/licenses/pvetui/THIRD_PARTY_LICENSES.md"
install -Dm644 "./internal/vnc/novnc/LICENSE.txt" "${pkgdir}/usr/share/licenses/pvetui/noVNC/LICENSE.txt"
install -Dm644 "./internal/vnc/novnc/lib/pako/LICENSE" "${pkgdir}/usr/share/licenses/pvetui/noVNC/LICENSE.pako"
install -Dm644 "./NOVNC_LICENSE.txt" "${pkgdir}/usr/share/licenses/pvetui/noVNC/LICENSE.txt"
install -Dm644 "./PAKO_LICENSE.txt" "${pkgdir}/usr/share/licenses/pvetui/noVNC/LICENSE.pako"
# Install documentation
install -Dm644 "./README.md" "${pkgdir}/usr/share/doc/pvetui/README.md"