dev #2

Merged
wyj merged 232 commits from dev into main 2026-01-13 22:39:32 -05:00
Showing only changes of commit 19d7426421 - Show all commits
@@ -0,0 +1,20 @@
pkgname=symbols-nerd-font
pkgver=3.4.0
pkgdesc="High number of extra glyphs from popular 'iconic fonts'"
arch=(any)
homepage=https://github.com/ryanoasis/nerd-fonts
license=(MIT)
sources=("${pkgname}-${pkgver}.zip")
urls=("https://github.com/ryanoasis/nerd-fonts/releases/download/v${pkgver}/NerdFontsSymbolsOnly.zip")
md5sums=("a0caf173734e58937970550b8dcab9c8")
src_prepare() {
bsdtar -xf ${distdir}/${sources[0]}
}
src_install() {
install -Dvm644 *.ttf -t "${pkgdir}/usr/share/fonts/${pkgname}"
install -Dvm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
}
# vim:ft=sh syn=sh et sw=2: