Add license

This commit is contained in:
2025-05-08 20:24:12 +03:00
parent 42dc03a781
commit 20e5a1bc0e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -29,5 +29,6 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install
mkdir -p "$BPM_OUTPUT"/usr/share/licenses/bc/
install -Dm644 LICENSE.md "$BPM_OUTPUT"/usr/share/licenses/bc/LICENSE.md
}