Skip to content

Commit

Permalink
add: ttf-fira-sans (pacstall#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
haidar47x authored Oct 20, 2022
1 parent 43cda51 commit 51f0e94
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ torbrowser-launcher-git
torguard-deb
touchegg-deb
treefetch-bin
ttf-fira-sans
tuner
tuner-git
tutanota-app
Expand Down
25 changes: 25 additions & 0 deletions packages/ttf-fira-sans/ttf-fira-sans.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name="ttf-fira-sans"
pkgname="ttf-fira-sans"
version="4.202"
gives="${pkgname}"
breaks="${pkgname}"
repology=("project: font-fira")
replace="${gives}"
url="https://fonts.google.com/download?family=Fira%20Sans"
description="Mozilla's typeface used in Firefox OS"
hash="5a3059fbde784f57a58ffb55e15660ae6022c724ecbc468f58c0aaa2311c05f9"
license="OFL-1.1"
maintainer="heyzsh <[email protected]>"
prepare() {
unzip * -d .
}

build() {
true
}

install() {
sudo install -d "${pkgdir}"/usr/share/fonts/TTF
sudo install -Dm644 "${SRCDIR}"/*.ttf "${pkgdir}"/usr/share/fonts/TTF
sudo install -Dm644 "${SRCDIR}"/OFL.txt "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
}

0 comments on commit 51f0e94

Please sign in to comment.