Fix dependencies and add license

This commit is contained in:
2025-05-12 17:09:28 +03:00
parent 99298420d5
commit a205252dc2
2 changed files with 5 additions and 3 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
name: texinfo
description: GNU documentation system
version: 7.1
revision: 2
revision: 3
url: https://www.gnu.org/software/texinfo/
license: GPL3
architecture: any
depends: ["glibc","ncurses"]
make_depends: ["bash","binutils","coreutils","gcc","gettext","glibc","grep","make","ncurses","patch","sed"]
depends: ["gzip","ncurses","perl"]
type: source
+3
View File
@@ -30,4 +30,7 @@ check() {
package() {
make DESTDIR="$BPM_OUTPUT" install
make TEXMF=/usr/share/texmf DESTDIR="$BPM_OUTPUT" install-tex
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/texinfo/COPYING
}