summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvcalv2024-01-30 13:48:25 +0000
committervcalv2024-01-30 13:49:00 +0000
commit33d7c94d137f83396af2daba5b054fd2c728b1f1 (patch)
treec9c21475150fb7e56fa9c1647dd7946aef523454
parent34c203ebca363d63157d767ec4efd75b4971a15a (diff)
downloadaur-33d7c94d137f83396af2daba5b054fd2c728b1f1.tar.gz
license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD19
2 files changed, 17 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81da4bf8fbdd..17e35edec052 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = ttf-topaz
pkgdesc = Amiga 500 Topaz font updated for the 21st century
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/Screwtapello/topaz-unicode
arch = any
- license = custom
+ license = LicenseRef-Custom-ISC
source = https://gitlab.com/Screwtapello/topaz-unicode/-/jobs/6036905109/artifacts/download
+ source = https://gitlab.com/Screwtapello/topaz-unicode/-/raw/eaebcb1fa155752cfc0042c66c2a280561937615/LICENSE
sha512sums = 8ab867faa3f21f806c0657550f04d5f2bc6ddfa7ad6a5776690a1f24bd36d6008a1b876349632287110645811742be163880b38686b2d91df2ade07f3af2d16a
+ sha512sums = b96b51fc620da3403b59ad7a48d49390a4a97fa4c19a7052d6dab6836faa43bdda3b0123dec0aa1ef8df073b17e173fdcd2b5bbe9e9a8460b85cd103b3d36f76
pkgname = ttf-topaz
diff --git a/PKGBUILD b/PKGBUILD
index 9a2f5800bd76..e9d6c134799b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,21 @@
pkgname=ttf-topaz
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Amiga 500 Topaz font updated for the 21st century"
arch=('any')
url="https://gitlab.com/Screwtapello/topaz-unicode"
-license=(custom)
+license=('LicenseRef-Custom-ISC')
depends=()
conflicts=()
-source=("https://gitlab.com/Screwtapello/topaz-unicode/-/jobs/6036905109/artifacts/download")
-sha512sums=('8ab867faa3f21f806c0657550f04d5f2bc6ddfa7ad6a5776690a1f24bd36d6008a1b876349632287110645811742be163880b38686b2d91df2ade07f3af2d16a')
+source=(
+ 'https://gitlab.com/Screwtapello/topaz-unicode/-/jobs/6036905109/artifacts/download'
+ 'https://gitlab.com/Screwtapello/topaz-unicode/-/raw/eaebcb1fa155752cfc0042c66c2a280561937615/LICENSE'
+)
+sha512sums=(
+ '8ab867faa3f21f806c0657550f04d5f2bc6ddfa7ad6a5776690a1f24bd36d6008a1b876349632287110645811742be163880b38686b2d91df2ade07f3af2d16a'
+ 'b96b51fc620da3403b59ad7a48d49390a4a97fa4c19a7052d6dab6836faa43bdda3b0123dec0aa1ef8df073b17e173fdcd2b5bbe9e9a8460b85cd103b3d36f76'
+)
build() {
@@ -19,8 +25,9 @@ build() {
}
package() {
- install -Dm644 -t "$pkgdir/usr/share/fonts/TTF/" *.ttf
- #install -Dm644 -t "$pkgdir//usr/share/kbd/consolefonts/" *.psf*
+ install -Dm644 -t "${pkgdir}/usr/share/fonts/TTF/" *.ttf
+ install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+ #install -Dm644 -t "${pkgdir}//usr/share/kbd/consolefonts/" *.psf*
}