install LICENSE
This commit is contained in:
parent
96b0f0317b
commit
82573662ea
2 changed files with 9 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,11 +1,13 @@
|
||||||
pkgbase = ttf-uzura-font
|
pkgbase = ttf-uzura-font
|
||||||
pkgdesc = A handwritten font, which is a little thicker and rounder than Azukifont
|
pkgdesc = A handwritten font, which is a little thicker and rounder than Azukifont
|
||||||
pkgver = 1.00
|
pkgver = 1.00
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://azukifont.com/font/uzura.html
|
url = http://azukifont.com/font/uzura.html
|
||||||
arch = any
|
arch = any
|
||||||
license = custom
|
license = custom
|
||||||
source = http://azukifont.com/font/uzurafont100.zip
|
source = http://azukifont.com/font/uzurafont100.zip
|
||||||
|
source = LICENSE
|
||||||
sha256sums = 0cc1589532bfd27d509af4d601b3d3d38fd2b50d8a16b625e9f6310973d19af3
|
sha256sums = 0cc1589532bfd27d509af4d601b3d3d38fd2b50d8a16b625e9f6310973d19af3
|
||||||
|
sha256sums = 2e68b7b2866a1f297d7a5fd47e74450450b2dbbc35ce12b65aced2b2aae8120c
|
||||||
|
|
||||||
pkgname = ttf-uzura-font
|
pkgname = ttf-uzura-font
|
||||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -2,14 +2,17 @@
|
||||||
|
|
||||||
pkgname=ttf-uzura-font
|
pkgname=ttf-uzura-font
|
||||||
pkgver=1.00
|
pkgver=1.00
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A handwritten font, which is a little thicker and rounder than Azukifont"
|
pkgdesc="A handwritten font, which is a little thicker and rounder than Azukifont"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='http://azukifont.com/font/uzura.html'
|
url='http://azukifont.com/font/uzura.html'
|
||||||
license=('custom')
|
license=('custom')
|
||||||
source=(http://azukifont.com/font/uzurafont100.zip)
|
source=(http://azukifont.com/font/uzurafont100.zip
|
||||||
sha256sums=('0cc1589532bfd27d509af4d601b3d3d38fd2b50d8a16b625e9f6310973d19af3')
|
'LICENSE')
|
||||||
|
sha256sums=('0cc1589532bfd27d509af4d601b3d3d38fd2b50d8a16b625e9f6310973d19af3'
|
||||||
|
'2e68b7b2866a1f297d7a5fd47e74450450b2dbbc35ce12b65aced2b2aae8120c')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm644 uzurafont100/*.ttf -t "$pkgdir"/usr/share/fonts/TTF
|
install -Dm644 uzurafont100/*.ttf -t "$pkgdir"/usr/share/fonts/TTF
|
||||||
|
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue