Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
8724bd06
Verified
Commit
8724bd06
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/ttf-freefont: pull in, fix up, modernise
parent
17ee116c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/ttf-freefont/APKBUILD
+23
-0
23 additions, 0 deletions
user/ttf-freefont/APKBUILD
with
23 additions
and
0 deletions
user/ttf-freefont/APKBUILD
0 → 100644
+
23
−
0
View file @
8724bd06
# Maintainer:
pkgname
=
ttf-freefont
pkgver
=
20120503
pkgrel
=
0
pkgdesc
=
"High-quality TrueType fonts covering the UCS character set"
url
=
"http://www.nongnu.org/freefont/"
arch
=
"noarch"
options
=
"!check"
# No test suite.
license
=
"GPL-3.0+ with exception"
depends
=
"encodings fontconfig mkfontdir mkfontscale"
makedepends
=
"font-util-dev"
source
=
"https://ftp.gnu.org/gnu/freefont/freefont-ttf-
$pkgver
.zip"
builddir
=
"
$srcdir
/freefont-
$pkgver
"
package
()
{
cd
"
$builddir
"
install
-d
"
$pkgdir
/usr/share/fonts/TTF"
install
-m644
*
.ttf
"
$pkgdir
/usr/share/fonts/TTF/"
# Licensing exception is discussed in README in pkgver==20120503
install
-Dm644
README
"
$pkgdir
/usr/share/licenses/
$pkgname
/README"
}
sha512sums
=
"dcd6f525e8f97631c6f84ab4cc2a31af4614dcdb9a4d434bd890baf18e0c2934032f2915384fc27fbecf60d259d792e48f52d357b07e3ed2616d3c8c3544268e freefont-ttf-20120503.zip"
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