antimicrox: make transitional package replaced by its target
This commit is contained in:
committed by
classabbyamp
parent
8cf837ab15
commit
9fe8d5aee9
@@ -14,6 +14,7 @@ homepage="https://github.com/AntiMicroX/antimicrox"
|
||||
changelog="https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/AntiMicroX/antimicrox/archive/${version}.tar.gz"
|
||||
checksum=c5e8d7c827f64b0a162133f9cac2ddc8dc0c9243541fae1a8ced5424b4fb7b3c
|
||||
replaces="antimicro>=0"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" libexecinfo-devel"
|
||||
@@ -22,6 +23,6 @@ fi
|
||||
|
||||
antimicro_package() {
|
||||
metapackage=yes
|
||||
depends="${sourcepkg}"
|
||||
short_desc+=" - transitional dummy package"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" (transitional dummy package)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user