mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
font-unifont-bdf: extract update_* to external update file
This commit is contained in:
parent
149f4e8b45
commit
1c34279de6
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@ revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
noarch=yes
|
noarch=yes
|
||||||
homepage="http://unifoundry.com/unifont.html"
|
homepage="http://unifoundry.com/unifont.html"
|
||||||
update_pattern='unifont-\K[\d.]+(?=\.bdf)'
|
|
||||||
distfiles="http://unifoundry.com/pub/unifont-${version}/font-builds/unifont-${version}.bdf.gz"
|
distfiles="http://unifoundry.com/pub/unifont-${version}/font-builds/unifont-${version}.bdf.gz"
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
font_dirs="/usr/share/fonts/misc"
|
font_dirs="/usr/share/fonts/misc"
|
||||||
|
|
1
srcpkgs/font-unifont-bdf/update
Normal file
1
srcpkgs/font-unifont-bdf/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern='unifont-\K[\d.]+(?=\.bdf)'
|
Loading…
Add table
Reference in a new issue