Package Details: otf-sans-forgetica 1.0-1

Git Clone URL: https://aur.archlinux.org/otf-sans-forgetica.git (read-only, click to copy)
Package Base: otf-sans-forgetica
Description: Font scientifically designed to help you remember your study notes
Upstream URL: http://sansforgetica.rmit/
Keywords: fonts
Licenses: CCPL
Submitter: k2s
Maintainer: k2s
Last Packager: k2s
Votes: 10
Popularity: 0.000210
First Submitted: 2018-10-04 23:26 (UTC)
Last Updated: 2021-11-11 23:33 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2023-07-13 10:22 (UTC)

Source dowwnload fails::

 -> Downloading sans-forgetica.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: sansforgetica.rmit.edu.au
Warning: Problem : timeout. Will retry in 3 seconds. 3 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: sansforgetica.rmit.edu.au
Warning: Problem : timeout. Will retry in 3 seconds. 2 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: sansforgetica.rmit.edu.au
Warning: Problem : timeout. Will retry in 3 seconds. 1 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: sansforgetica.rmit.edu.au
==> ERROR: Failure while downloading https://sansforgetica.rmit.edu.au/Common/Zips/Sans%20Forgetica.zip

The fix given on 2022-12-07 works.

Also, $url needs to be corrected, current does not exist anymore.

Please fix,
thanks for maintaining,
regards!

Adrades commented on 2022-12-07 15:18 (UTC)

sansforgetica.rmit.edu.au seems down

Replace source by mirror ?

source=("$_fontname.zip::https://fontsarena.com/wp-content/uploads/2018/10/Sans-Forgetica-1.zip")

Quoorex commented on 2021-11-11 09:05 (UTC)

Since the URL has changed, I created an updated version of the PKGBUILD:

# Maintainer: Martin Minka <martin.minka@gmail.com>

_fontname=sans-forgetica
pkgname=otf-${_fontname}
pkgver=0.1
_relver=0.1
pkgrel=4
pkgdesc="Font scientifically designed to help you remember your study notes"
url="https://sansforgetica.rmit.edu.au/"
arch=(any)
license=(CCPL)
source=("$_fontname.zip::https://sansforgetica.rmit.edu.au/Common/Zips/Sans%20Forgetica.zip")
sha256sums=('972899e17ae7097c95a30661c882c696b6f17d73061da6632b8e976b3bf56f81')
makedepends=('unzip')

package() {
  cd "${srcdir}"
  unzip -qqo "${_fontname}.zip"
  cd "Sans Forgetica"

  install -d "${pkgdir}/usr/share/fonts/OTF/"
  install -m644 *.otf "${pkgdir}/usr/share/fonts/OTF/"
}

# vim:set ts=2 sw=2 et:

thaewrapt commented on 2021-08-03 17:00 (UTC)

It's moved from sansforgetica.rmit to a new domain: https://sansforgetica.rmit.edu.au/

micwoj92 commented on 2021-05-07 03:43 (UTC)

Download 404

cobaltspace commented on 2019-07-11 07:35 (UTC)

The license for this package should be CCPL.

http://www.sansforgetica.rmit/#section3

k2s commented on 2018-10-05 06:56 (UTC)

@lightdot thank you, fixed

lightdot commented on 2018-10-05 02:01 (UTC)

Build requires unzip in makedpends.