aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-08-19 09:49:24 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-08-19 09:49:24 +0200
commit861152e30945b9e37617e02727b810228ab5474f (patch)
tree07616970421c3cb4cd2acece7347c954b86a84e1 /testing
parente481f694dcfd9f77b50bdda5ecc29cc0c950df81 (diff)
downloadaports-861152e30945b9e37617e02727b810228ab5474f.tar.bz2
aports-861152e30945b9e37617e02727b810228ab5474f.tar.xz
testing/installflash: removed
package removed because: - This package is broken - its bloaty - its unmaintained - The problem it solves can be solved in a simple script - we have non-free/adobe-flashplayer
Diffstat (limited to 'testing')
-rw-r--r--testing/installflash/APKBUILD45
1 files changed, 0 insertions, 45 deletions
diff --git a/testing/installflash/APKBUILD b/testing/installflash/APKBUILD
deleted file mode 100644
index cc33837300..0000000000
--- a/testing/installflash/APKBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
-pkgname=installflash
-# ghbump to update http://sprunge.us/bQYI
-_sha=db1aba5b51b478c16b7e21eec5ad79a8d87d0d06
-_project="WnP/InstallFlash"
-pkgver=20150516
-pkgrel=0
-pkgdesc="Alpine Linux FlashPlugin installer updater "
-url="https://github.com/WnP/InstallFlash"
-arch="all"
-license="custom"
-depends=""
-depends_dev=""
-makedepends="$depends_dev xz go"
-install=""
-subpackages=""
-source="https://github.com/$_project/archive/$_sha.tar.gz"
-
-_builddir="$srcdir"/InstallFlash-$_sha
-
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- export GOPATH="$srcdir"
- go get github.com/WnP/InstallFlash || return 1
-}
-
-package() {
- install -D "$srcdir"/bin/InstallFlash \
- "$pkgdir"/usr/bin/InstallFlash || return 1
-}
-
-md5sums="e4c8361d4ff39d972601df4b148196ec db1aba5b51b478c16b7e21eec5ad79a8d87d0d06.tar.gz"
-sha256sums="73802a25147710c939ab8028499a7a01b49960738faa99b7fa5f2af91baca1cd db1aba5b51b478c16b7e21eec5ad79a8d87d0d06.tar.gz"
-sha512sums="c0267cdb63ef6a2dec36e50bb47194afbcedea2a6f941654fe886cf613ab117631a851e362c7bca706fb4e0d66ec30f0b2ab642be612359d9f5e224b2830eec8 db1aba5b51b478c16b7e21eec5ad79a8d87d0d06.tar.gz"