Add license

This commit is contained in:
2025-05-08 21:33:20 +03:00
parent d3267bde8e
commit 19d0c26609
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -21,4 +21,6 @@ build() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" PREFIX=/usr SYSCONFDIR=/etc install
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/stormfetch/LICENSE
}