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
5edebe21
Verified
Commit
5edebe21
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/ttf-hack: new package
parent
5b2ed288
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-hack/APKBUILD
+30
-0
30 additions, 0 deletions
user/ttf-hack/APKBUILD
with
30 additions
and
0 deletions
user/ttf-hack/APKBUILD
0 → 100644
+
30
−
0
View file @
5edebe21
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
ttf-hack
pkgver
=
2.020
pkgrel
=
0
pkgdesc
=
"Libre typeface designed for source code"
url
=
"http://sourcefoundry.org/hack/"
arch
=
"noarch"
license
=
"OFL-2.0"
options
=
"!check"
# No test suite.
depends
=
""
makedepends
=
""
install
=
""
subpackages
=
""
source
=
"https://github.com/source-foundry/Hack/releases/download/v
$pkgver
/Hack-v2_020-ttf.zip"
builddir
=
"
$srcdir
/"
build
()
{
cd
"
$builddir
"
}
package
()
{
cd
"
$builddir
"
for
variant
in
Regular Bold BoldItalic Italic
;
do
install
-m644
-D
"
$srcdir
"
/Hack-
$variant
.ttf
\
"
$pkgdir
"
/usr/share/truetype/Hack-
$variant
.ttf
done
}
sha512sums
=
"de3c8e13ace5ee49bb2b5dd331cc3109ad12b762f967c88cdf8f0d1080e5c3cb99d2dffe1c986c9fcc6e46e31c3bc7141cf1c9e1b8430d1ef76a90ab461d1a09 Hack-v2_020-ttf.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