From 0cd79fec84e830ee4b1ba1174ad7d367b37aee07 Mon Sep 17 00:00:00 2001
From: kpcyrd <git@rxv.cc>
Date: Tue, 6 Feb 2024 11:26:38 +0100
Subject: [PATCH] community/cargo2junit: move from testing

---
 {testing => community}/cargo2junit/APKBUILD | 1 +
 1 file changed, 1 insertion(+)
 rename {testing => community}/cargo2junit/APKBUILD (92%)

diff --git a/testing/cargo2junit/APKBUILD b/community/cargo2junit/APKBUILD
similarity index 92%
rename from testing/cargo2junit/APKBUILD
rename to community/cargo2junit/APKBUILD
index f74d17a697aa..3dbffcb00dff 100644
--- a/testing/cargo2junit/APKBUILD
+++ b/community/cargo2junit/APKBUILD
@@ -29,6 +29,7 @@ check() {
 package() {
 	install -Dm755 target/release/cargo2junit \
 		-t "$pkgdir"/usr/bin
+	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
 }
 
 sha512sums="
-- 
GitLab