summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwjyh2023-06-24 17:11:21 +0900
committerqwjyh2023-06-24 17:12:32 +0900
commit82573662eafcfc9f8f3d4eeed66a8b94e53e7070 (patch)
tree18c56b05d88c979c92bd5c3e450bbda69b03b7d5
parent96b0f0317bc23572af8e7317345d7b0f573e9a21 (diff)
downloadaur-82573662eafcfc9f8f3d4eeed66a8b94e53e7070.tar.gz
install LICENSE
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4412679b7a19..eb0f01f388ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = ttf-uzura-font
pkgdesc = A handwritten font, which is a little thicker and rounder than Azukifont
pkgver = 1.00
- pkgrel = 1
+ pkgrel = 2
url = http://azukifont.com/font/uzura.html
arch = any
license = custom
source = http://azukifont.com/font/uzurafont100.zip
+ source = LICENSE
sha256sums = 0cc1589532bfd27d509af4d601b3d3d38fd2b50d8a16b625e9f6310973d19af3
+ sha256sums = 2e68b7b2866a1f297d7a5fd47e74450450b2dbbc35ce12b65aced2b2aae8120c
pkgname = ttf-uzura-font
diff --git a/PKGBUILD b/PKGBUILD
index 2109aec69730..a78c4c741893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,17 @@
pkgname=ttf-uzura-font
pkgver=1.00
-pkgrel=1
+pkgrel=2
pkgdesc="A handwritten font, which is a little thicker and rounder than Azukifont"
arch=('any')
url='http://azukifont.com/font/uzura.html'
license=('custom')
-source=(http://azukifont.com/font/uzurafont100.zip)
-sha256sums=('0cc1589532bfd27d509af4d601b3d3d38fd2b50d8a16b625e9f6310973d19af3')
+source=(http://azukifont.com/font/uzurafont100.zip
+ 'LICENSE')
+sha256sums=('0cc1589532bfd27d509af4d601b3d3d38fd2b50d8a16b625e9f6310973d19af3'
+ '2e68b7b2866a1f297d7a5fd47e74450450b2dbbc35ce12b65aced2b2aae8120c')
package() {
install -Dm644 uzurafont100/*.ttf -t "$pkgdir"/usr/share/fonts/TTF
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
}