Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
APKFission
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cadey
APKFission
Commits
6f086175
Commit
6f086175
authored
6 years ago
by
Kiyoshi Aman
Browse files
Options
Downloads
Patches
Plain Diff
nonfree/msttcorefonts: new package
parent
e00c7542
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nonfree/msttcorefonts/APKBUILD
+31
-0
31 additions, 0 deletions
nonfree/msttcorefonts/APKBUILD
with
31 additions
and
0 deletions
nonfree/msttcorefonts/APKBUILD
0 → 100644
+
31
−
0
View file @
6f086175
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
msttcorefonts
pkgver
=
1
pkgrel
=
0
pkgdesc
=
"Microsoft core font suite"
url
=
"http://www.microsoft.com/typography/fonts/web.aspx"
arch
=
"noarch"
license
=
"custom"
depends
=
""
makedepends
=
"xz"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"https://distfiles.apkfission.net/src/msttcorefonts.tar.xz"
builddir
=
"
$srcdir
/msttcorefonts"
# no tests
options
=
"!check"
build
()
{
cd
"
$builddir
"
}
package
()
{
cd
"
$builddir
"
for
i
in
*
.TTF
;
do
\
install
-D
-m644
"
$i
"
"
$pkgdir
"
/usr/share/fonts/truetype/
"
$i
"
;
\
done
install
-D
-m644
Licen.TXT
"
$pkgdir
"
/usr/share/doc/licenses/msttcorefonts.txt
}
sha512sums
=
"1b3b9ac2015691b7c6d14a8032102a7b9e515da1e2b0838c1f60c16dc00899339315cb743407a74c68cc4968fa36222dcc7c759e30b9730aa6903f78d219eccc msttcorefonts.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment