diff options
author | Geod24 <pro.mathias.lang@gmail.com> | 2020-01-22 05:11:46 +0900 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-21 23:45:00 +0100 |
commit | 792e25e3a6eb21b8686513291429b93cfcb311f1 (patch) | |
tree | 2a423156b4ccd4bd64e4c71c58db4dbc0e501430 /testing | |
parent | fddd8a3d858001f0e0d27c7fd9e1ffddf8ccdd2e (diff) | |
download | aports-792e25e3a6eb21b8686513291429b93cfcb311f1.zip |
community/gdmd: move from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gdmd/APKBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/gdmd/APKBUILD b/testing/gdmd/APKBUILD deleted file mode 100644 index 11ce75f8a64..00000000000 --- a/testing/gdmd/APKBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Contributor: Mathias LANG <pro.mathias.lang@gmail.com> -# Maintainer: Mathias LANG <pro.mathias.lang@gmail.com> -pkgname=gdmd -pkgver=0.1.0 -pkgrel=0 -pkgdesc="Wrapper providing DMD-like CLI interface to gdc" -url="https://github.com/D-Programming-GDC/gdmd" -# GDC does not support PPC64le -arch="all !ppc64le" -license="GPL-3.0-or-later" -depends="perl gcc-gdc" -# It's a script, and needs to be installed to be tested -# Additionally, there's no test suite for it, however -options="!check" -source="$pkgname-$pkgver.zip::https://github.com/D-Programming-GDC/gdmd/archive/script-$pkgver.zip" -builddir="$srcdir/gdmd-script-$pkgver/" - -package() { - # gdmd needs to be in the same directory as GDC - install -D "dmd-script" "$pkgdir/usr/bin/gdmd" -} - -sha512sums="bbba4f2de7acd19d366eafd382b59fb3384b3d65562ffb1309626b1184b7cbfd882a06200eb583ad28df7fcb370f819acf4b9b195f47f33939356f2839bb8020 gdmd-0.1.0.zip" |