mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix license paths for v1.0.13
This commit is contained in:
parent
054ffb5bf2
commit
704c495de6
2 changed files with 13 additions and 13 deletions
20
.SRCINFO
20
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue