mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
community/{crust,topgrade}: fix license directory typo
This commit is contained in:
parent
271b732e55
commit
9995feaf3d
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Milan P. Stanić <mps@arvanta.net>
|
# Maintainer: Milan P. Stanić <mps@arvanta.net>
|
||||||
pkgname=crust
|
pkgname=crust
|
||||||
pkgver=0.6
|
pkgver=0.6
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="libre SCP firmware for Allwinner sunxi SoCs"
|
pkgdesc="libre SCP firmware for Allwinner sunxi SoCs"
|
||||||
url="https://github.com/crust-firmware/crust"
|
url="https://github.com/crust-firmware/crust"
|
||||||
arch="aarch64" # only needed for sunxi ARM64 SOCs
|
arch="aarch64" # only needed for sunxi ARM64 SOCs
|
||||||
@ -29,7 +29,7 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm644 "$builddir"/LICENSE.md "$pkgdir"/usr/share/license/$pkgname/LICENSE.md
|
install -Dm644 "$builddir"/LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
|
||||||
}
|
}
|
||||||
|
|
||||||
_subpackage() {
|
_subpackage() {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Maintainer: Sean McAvoy <seanmcavoy@gmail.com>
|
# Maintainer: Sean McAvoy <seanmcavoy@gmail.com>
|
||||||
pkgname=topgrade
|
pkgname=topgrade
|
||||||
pkgver=15.0.0
|
pkgver=15.0.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="run upgrades of packages in OS and other package managers"
|
pkgdesc="run upgrades of packages in OS and other package managers"
|
||||||
url="https://github.com/topgrade-rs/topgrade"
|
url="https://github.com/topgrade-rs/topgrade"
|
||||||
arch="all !s390x !riscv64"
|
arch="all !s390x !riscv64"
|
||||||
@ -39,7 +39,7 @@ check() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 target/release/topgrade "$pkgdir"/usr/bin/topgrade
|
install -Dm755 target/release/topgrade "$pkgdir"/usr/bin/topgrade
|
||||||
install -Dm644 LICENSE "$pkgdir"/usr/share/license/topgrade/LICENSE
|
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/topgrade/LICENSE
|
||||||
|
|
||||||
install -Dm644 topgrade.bash "$pkgdir"/usr/share/bash-completion/completions/topgrade
|
install -Dm644 topgrade.bash "$pkgdir"/usr/share/bash-completion/completions/topgrade
|
||||||
install -Dm644 topgrade.fish "$pkgdir"/usr/share/fish/vendor_completions.d/topgrade.fish
|
install -Dm644 topgrade.fish "$pkgdir"/usr/share/fish/vendor_completions.d/topgrade.fish
|
||||||
|
Loading…
Reference in New Issue
Block a user