diff options
author | jchipmunk <andrey.pustovetov@gmail.com> | 2018-08-24 20:22:49 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-04 10:43:59 +0000 |
commit | c982d4289aff702be2e3fff579b34b450185695c (patch) | |
tree | 0d346e5c7eab8f0f56fe5e4326d5b932a8b0c102 /testing | |
parent | 028b7265ba2411859c39a604d2e0178e26f6209f (diff) | |
download | aports-c982d4289aff702be2e3fff579b34b450185695c.tar.bz2 aports-c982d4289aff702be2e3fff579b34b450185695c.tar.xz |
testing/jattach: move to community
Diffstat (limited to 'testing')
-rw-r--r-- | testing/jattach/APKBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/jattach/APKBUILD b/testing/jattach/APKBUILD deleted file mode 100644 index 58aeed9584..0000000000 --- a/testing/jattach/APKBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Contributor: Andrey Pustovetov <andrey.pustovetov@gmail.com> -# Maintainer: Andrey Pustovetov <andrey.pustovetov@gmail.com> -pkgname=jattach -pkgver=1.4 -pkgrel=0 -pkgdesc="JVM dynamic attach utility" -url="https://github.com/apangin/jattach" -arch="all" -license="Apache-2.0" -options="!check" # upstream doesn't have a test suite -source="$pkgname-$pkgver.tar.gz::https://github.com/apangin/$pkgname/archive/v$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" - -build() { - cd "$builddir" - make -} - -package() { - mkdir -p "$pkgdir" - install -Dm0755 "$builddir/build/$pkgname" "$pkgdir/usr/bin/$pkgname" -} - -sha512sums="ea539e8217448495cd442e0f33dbcdefe81fbd49a0ab60ccf53d2346b782506e02c5c5b1c151b76168df2fcb5fc916bba3d8b98b740c8de90ddb696165855b46 jattach-1.4.tar.gz" |