grub-terminus: drop noarch, fix license
Use the license of terminus-font because the pcf.gz files are derived from it.
This commit is contained in:
parent
9023aae6e4
commit
40fcfcb08f
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'grub-terminus'
|
||||
pkgname=grub-terminus
|
||||
version=0.2
|
||||
version=0.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
hostmakedepends="grub-utils terminus-font"
|
||||
short_desc="Terminus bold fonts for GRUB"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="Public Domain"
|
||||
license="OFL-1.1, GPL-2.0-or-later"
|
||||
homepage="https://voidlinux.org"
|
||||
|
||||
do_install() {
|
||||
|
@ -22,4 +21,6 @@ do_install() {
|
|||
-e "s;@sizes@;${_sizes};" \
|
||||
> ${DESTDIR}/usr/bin/grub-terminus
|
||||
chmod o+x ${DESTDIR}/usr/bin/grub-terminus
|
||||
# Copy the OFL.txt license from the original terminus-font
|
||||
vlicense /usr/share/licenses/terminus-font/OFL.txt
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue