1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Compare commits

..

6 Commits

Author SHA1 Message Date
b07d340aab upgpkg: ttf-lastresort 14.000-1
upstream release
2021-12-01 21:37:33 +01:00
0e0c87aa2f Add 'ttf-lastresort/' from commit '56107471e4cd77286bcaab3131673f0744f331d7'
git-subtree-dir: ttf-lastresort
git-subtree-mainline: f2105412b7
git-subtree-split: 56107471e4
2021-12-01 21:36:53 +01:00
56107471e4 Update to v13.001 2020-10-22 21:23:50 +02:00
d997312537 Update package for new source 2020-10-09 18:35:36 +02:00
Bert Peters
8c7fb7ebd7 Dump unzip dependency. 2017-05-08 10:50:52 +02:00
Bert Peters
d5946ba9fe Initial packaging of lastresort. 2017-05-04 15:03:40 +02:00
2 changed files with 30 additions and 0 deletions

13
ttf-lastresort/.SRCINFO Normal file
View File

@@ -0,0 +1,13 @@
pkgbase = ttf-lastresort
pkgdesc = Unicode last resort fallback font.
pkgver = 14.000
pkgrel = 1
url = https://github.com/unicode-org/last-resort-font
arch = any
license = OFL
source = LastResortHE-14.000.ttf::https://github.com/unicode-org/last-resort-font/releases/download/14.000/LastResortHE-Regular.ttf
source = LastResort-LICENSE-14.000::https://raw.githubusercontent.com/unicode-org/last-resort-font/14.000/LICENSE.md
sha256sums = 74507aa7ae9b02a469a6acbba53db83f978b76a89e8ccec95bb5bc14941588f9
sha256sums = 6a73f9541c2de74158c0e7cf6b0a58ef774f5a780bf191f2d7ec9cc53efe2bf2
pkgname = ttf-lastresort

17
ttf-lastresort/PKGBUILD Normal file
View File

@@ -0,0 +1,17 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=ttf-lastresort
pkgver=14.000
pkgrel=1
pkgdesc="Unicode last resort fallback font."
arch=('any')
url="https://github.com/unicode-org/last-resort-font"
license=('OFL')
source=(LastResortHE-$pkgver.ttf::$url/releases/download/$pkgver/LastResortHE-Regular.ttf
LastResort-LICENSE-$pkgver::https://raw.githubusercontent.com/unicode-org/last-resort-font/$pkgver/LICENSE.md)
sha256sums=('74507aa7ae9b02a469a6acbba53db83f978b76a89e8ccec95bb5bc14941588f9'
'6a73f9541c2de74158c0e7cf6b0a58ef774f5a780bf191f2d7ec9cc53efe2bf2')
package() {
install -Dm644 "LastResortHE-$pkgver.ttf" "$pkgdir/usr/share/fonts/TTF/LastResortHE.ttf"
install -Dm644 "LastResort-LICENSE-$pkgver" "$pkgdir/usr/share/licenses/ttf-lastresort/LICENSE"
}