aboutsummaryrefslogtreecommitdiffstats
path: root/testing/chelf/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/chelf/APKBUILD')
-rw-r--r--testing/chelf/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/chelf/APKBUILD b/testing/chelf/APKBUILD
deleted file mode 100644
index 05692c671b3..00000000000
--- a/testing/chelf/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: A. Wilcox <awilfox@adelielinux.org>
-# Maintainer: Ariadne Conill <ariadne@dereferenced.org>
-pkgname=chelf
-pkgver=0.2.2
-pkgrel=0
-pkgdesc="Display or change the stack size of an ELF binary"
-url=" "
-arch="all"
-options="!check" # No test suite.
-license="BSD-2-Clause"
-depends=""
-makedepends=""
-subpackages=""
-source="$pkgname-$pkgver.tar.xz::https://distfiles.adelielinux.org/source/$pkgname-$pkgver.txz"
-
-build() {
- make
-}
-
-package() {
- install -D -m755 chelf "$pkgdir"/usr/bin/chelf
-}
-
-sha512sums="bf29f0f526ca1977e0d0743901f6afeb23b2dd78b60618ea65201ea95000832854250f44de6e7625b6d546cace4638be094989cdb96b4e842285ef85718c0082 chelf-0.2.2.tar.xz"