mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
font-firacode: update to 5.1.
This commit is contained in:
parent
fcdf35c091
commit
d56cd877cf
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'font-firacode'
|
||||
pkgname=font-firacode
|
||||
version=4
|
||||
version=5.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
create_wrksrc=yes
|
||||
|
@ -11,9 +11,9 @@ license="OFL-1.1"
|
|||
homepage="https://github.com/tonsky/FiraCode"
|
||||
changelog="https://github.com/tonsky/FiraCode/raw/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/tonsky/FiraCode/releases/download/${version}/Fira_Code_v${version}.zip"
|
||||
checksum=46ed45d1a793a56e13d31ed10fb7e09f5277731953a0d9522915644fc59086d8
|
||||
font_dirs="/usr/share/fonts/OTF"
|
||||
checksum=81c35bb83a81bc4f879806e169ca958947a6f5abc92ac31a631fd9cf49632684
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
|
||||
do_install() {
|
||||
install -Dm644 otf/* -t ${DESTDIR}/${font_dirs}
|
||||
install -Dm644 ttf/* -t ${DESTDIR}/${font_dirs}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue