~alpine/aports

1

[alpine-aports] [PATCH 1/2] testing/ttf-hack: new aport

Details
Message ID
<20170924092713.18926-1-pickfire@riseup.net>
Sender timestamp
1506245232
DKIM signature
missing
Download raw message
Patch: +19 -0
http://sourcefoundry.org/hack/
A typeface designed for source code
---
 testing/ttf-hack/APKBUILD | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 testing/ttf-hack/APKBUILD

diff --git a/testing/ttf-hack/APKBUILD b/testing/ttf-hack/APKBUILD
new file mode 100644
index 0000000000..054c851e64
--- /dev/null
+++ b/testing/ttf-hack/APKBUILD
@@ -0,0 +1,19 @@
# Contributor: Ivan Tham <pickfire@riseup.net>
# Maintainer: Ivan Tham <pickfire@riseup.net>
pkgname=ttf-hack
pkgver=2.020
pkgrel=0
pkgdesc="A typeface designed for source code"
url="http://sourcefoundry.org/hack/"
arch="all"
license="OFL"
depends="fontconfig mkfontscale"
source="https://github.com/source-foundry/Hack/releases/download/v${pkgver}/Hack-v${pkgver/./_}-ttf.zip"
builddir="$srcdir/"

package() {
	mkdir -p "$pkgdir"/usr/share/fonts/$pkgname
	install -m644 "$srcdir"/*.ttf "$pkgdir"/usr/share/fonts/$pkgname
}

sha512sums="de3c8e13ace5ee49bb2b5dd331cc3109ad12b762f967c88cdf8f0d1080e5c3cb99d2dffe1c986c9fcc6e46e31c3bc7141cf1c9e1b8430d1ef76a90ab461d1a09  Hack-v2_020-ttf.zip"
-- 
2.14.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 2/2] community/you-get: upgrade to 0.4.915

Details
Message ID
<20170924092713.18926-2-pickfire@riseup.net>
In-Reply-To
<20170924092713.18926-1-pickfire@riseup.net> (view parent)
Sender timestamp
1506245233
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 community/you-get/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/you-get/APKBUILD b/community/you-get/APKBUILD
index cc915ae48f..f569ebdcb9 100644
--- a/community/you-get/APKBUILD
+++ b/community/you-get/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Ivan Tham <pickfire@riseup.net>
# Maintainer: Ivan Tham <pickfire@riseup.net>
pkgname=you-get
pkgver=0.4.803
pkgver=0.4.915
pkgrel=0
pkgdesc="Tiny command line utility to download media contents"
url="https://you-get.org/"
@@ -27,4 +27,4 @@ package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="827031e0f8277e9369a8d364985d9d0bace1572e15de76a62b513a732d2bcc7d1286b3a7381491d02bce77dd103201ef4c47858091a8faf8ac3dc73ef11b2418  you-get-0.4.803.tar.gz"
sha512sums="74571d7cccbc0f5fa70e7848c0ba54ea0232a47cfb957d0265072ce82861d513c62cd9b4f072669ecc976da82908eb2abce6e87b1c2c040949a59e6093238fa6  you-get-0.4.915.tar.gz"
-- 
2.14.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)