Add license

This commit is contained in:
2025-05-10 17:21:57 +03:00
parent 70140b3675
commit fbf200d549
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -28,4 +28,7 @@ build() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE.TXT "$BPM_OUTPUT"/usr/share/licenses/freetype2/LICENSE.TXT
}