Skip to content

Commit

Permalink
New package: font-awesome6-6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
misuchiru03 committed Feb 15, 2022
1 parent d9c93c0 commit 7dbf472
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions srcpkgs/font-awesome6/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'font-awesome6'
pkgname=font-awesome6
version=6.0.0
revision=1
wrksrc="Font-Awesome-${version}"
depends="font-util"
short_desc="Iconic font (version 6)"
maintainer="mobinmob <mobinmob@disroot.org>"
license="OFL-1.1"
homepage="https://fontawesome.com"
changelog="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/CHANGELOG.md"
distfiles="https://github.com/FortAwesome/Font-Awesome/archive/${version}.tar.gz"
checksum=ad7fe30a6f2c6c7d11160467d32ef3df71ff6a94537becd434b2d96ee0dad8a5
conflicts="font-awesome>=0"
font_dirs="/usr/share/fonts/OTF"

do_install() {
install -Dm644 otfs/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
}

0 comments on commit 7dbf472

Please sign in to comment.