Add license

This commit is contained in:
2025-05-11 13:07:41 +03:00
parent bd2c9d42a4
commit 14d6f37774
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
name: libaio
description: The Linux-native asynchronous I/O facility (aio) library
version: 0.3.113
revision: 2
url: https://pagure.io/libaio
license: LGPL2-or-later
architecture: any
+3
View File
@@ -29,4 +29,7 @@ check() {
# 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"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libaio/COPYING
}