forked from ports/contrib
ttf-line-awesome: updated install routine
This commit is contained in:
parent
ee3aa96185
commit
62b2bae925
@ -3,6 +3,9 @@ drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/fonts/
|
||||
drwxr-xr-x root/root usr/share/fonts/TTF/
|
||||
drwxr-xr-x root/root usr/share/fonts/TTF/line-awesome/
|
||||
-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/fa-brands-400.ttf
|
||||
-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/fa-regular-400.ttf
|
||||
-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/fa-solid-900.ttf
|
||||
-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/la-brands-400.ttf
|
||||
-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/la-regular-400.ttf
|
||||
-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/la-solid-900.ttf
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3yURBJu6I/bPnzqRYhlP3fMM5XeUT32ZDRRcqLWR/l0EySL2qHwLFBVuuvHYxwzJF9jBnsesOOopcSX22xvlGgw=
|
||||
SHA256 (Pkgfile) = 324c59060212f400b05ffdb56d41a3abee1734e50d8b73550a32f54fc9156c2a
|
||||
SHA256 (.footprint) = 3b0ddfb2de9a6ccf016a0bbdcf692b56b1daa8a44331d1bdb1208084717d9f70
|
||||
RWSagIOpLGJF33rnxbIuU5v9QaM2FRdVtutVITxZzKR71tJ8hcLxUqQOr6YILlnVviu61na9drHTQbcTKbcQ6KI/kLpFADhL8w8=
|
||||
SHA256 (Pkgfile) = cf05a5cedaf8bae87d2e236847ad5246cb2ae6581c625bca6660e52053d695bf
|
||||
SHA256 (.footprint) = abb74d04c06163fc85508aed2bf3020a4b790d81faeda302212557511d88f7d2
|
||||
SHA256 (ttf-line-awesome-1.2.1.tar.gz) = 2dd98894f3d84f1e9e6872c99041da04fe53aaccc3e16d0a71905af6a6fa4844
|
||||
|
@ -8,7 +8,7 @@ release=2
|
||||
source=(https://github.com/icons8/line-awesome/archive/v$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ${name/ttf-}-$version
|
||||
install -d $PKG/usr/share/fonts/TTF/line-awesome/
|
||||
install -m644 dist/line-awesome/fonts/*.ttf $PKG/usr/share/fonts/TTF/line-awesome/
|
||||
find ${name/ttf-}-$version \
|
||||
-iname "*.ttf" \
|
||||
-execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/line-awesome/{} \;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user