From 3cf969ec07a98f063d749cb5f3902a7faaa01eee Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 14 Mar 2025 21:11:45 +0200 Subject: [PATCH] Add licenses --- source.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source.sh b/source.sh index 2d637e9..232913b 100644 --- a/source.sh +++ b/source.sh @@ -23,4 +23,8 @@ build() { # This function is used to move the compiled files into the output directory package() { DESTDIR="$BPM_OUTPUT" python3 x.py install + + install -Dm644 "$BPM_SOURCE"/COPYRIGHT "$BPM_OUTPUT"/usr/share/licenses/COPYRIGHT + install -Dm644 "$BPM_SOURCE"/LICENSE-MIT "$BPM_OUTPUT"/usr/share/licenses/LICENSE-MIT + install -Dm644 "$BPM_SOURCE"/LICENSE-APACHE "$BPM_OUTPUT"/usr/share/licenses/LICENSE-APACHE }