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
+1 -1
View File
@@ -1,7 +1,7 @@
name: freetype2
description: Font rasterization library
version: 2.13.2
revision: 2
revision: 3
url: https://www.freetype.org/
license: FTL or GPL2-or-later
architecture: any
+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
}