Package Details: ttf-firacode 6.2-2

Git Clone URL: https://aur.archlinux.org/ttf-firacode.git (read-only, click to copy)
Package Base: ttf-firacode
Description: Free monospaced font with programming ligatures
Upstream URL: https://github.com/tonsky/FiraCode
Keywords: firacode font ttf
Licenses: OFL-1.1
Submitter: xihale
Maintainer: xihale
Last Packager: xihale
Votes: 1
Popularity: 0.016039
First Submitted: 2023-07-16 02:47 (UTC)
Last Updated: 2023-07-29 02:03 (UTC)

Latest Comments

Ataraxy commented on 2024-03-12 07:30 (UTC) (edited on 2024-03-12 07:33 (UTC) by Ataraxy)

Enable ss05 and get the (IMHO) better/normal looking '@' character:

https://github.com/tonsky/FiraCode/wiki/How-to-enable-stylistic-sets

xihale commented on 2023-07-29 00:38 (UTC)

I had done what FabioLolix advice, thanks to FabioLolix!

FabioLolix commented on 2023-07-16 11:31 (UTC) (edited on 2024-03-12 15:57 (UTC) by FabioLolix)

Hello ,please update like this as soon as possible, using sudo in pkgbuild for installing and removing files is prohibited

pkgdesc="Free monospaced font with programming ligatures"
arch=('any')
url="https://github.com/tonsky/FiraCode"
license=('OFL-1.1')
source=("https://github.com/tonsky/FiraCode/releases/download/${pkgver}/Fira_Code_v${pkgver}.zip")
sha256sums=('0949915ba8eb24d89fd93d10a7ff623f42830d7c5ffc3ecbf960e4ecad3e3e79')

package() {
  install -d ${pkgdir}/usr/share/fonts
  cp ttf/*.ttf ${pkgdir}/usr/share/fonts
}
  • updated pkgdesc
  • fontconfig is no longer a required dependency (no one of fonts in the Arch repo depends on it)
  • use $pkgver in source
  • sha256sums or higher is preferred