*: remove libatomic-devel

This commit is contained in:
Đoàn Trần Công Danh 2023-09-09 18:34:10 +07:00
parent e2630e9b95
commit 3a798d5090
2 changed files with 0 additions and 8 deletions

View File

@ -17,10 +17,6 @@ homepage="https://www.linux-apps.com/content/show.php/libalkimia?content=137323"
distfiles="${KDE_SITE}/alkimia/${version}/alkimia-${version}.tar.xz"
checksum=cf846ee87b9cc630f58e0bdd23334296810ba3bcc1751fe2f4722161897ee33a
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
fi
libalkimia-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"

View File

@ -15,10 +15,6 @@ build_options="secure"
build_options_default="secure"
desc_option_secure="Build mimalloc in secure mode"
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
fi
post_install() {
vlicense LICENSE
}