aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-12-26 10:54:44 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-12-26 11:19:05 +0100
commite9a436fb95b3787a2b8cb6fdf372d819ebc57b89 (patch)
treed0bed63daa4e47e03637bc5b790dcbc3cfa0dcf6 /community
parent37af05a6e3a8ff06fdeec849748e7e67060fdaa8 (diff)
downloadaports-e9a436fb95b3787a2b8cb6fdf372d819ebc57b89.tar.bz2
aports-e9a436fb95b3787a2b8cb6fdf372d819ebc57b89.tar.xz
community/mruby: add subpackage -static
Diffstat (limited to 'community')
-rw-r--r--community/mruby/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mruby/APKBUILD b/community/mruby/APKBUILD
index d8f4e8b13a..8abc65acb9 100644
--- a/community/mruby/APKBUILD
+++ b/community/mruby/APKBUILD
@@ -9,7 +9,7 @@ arch="all !armhf !armv7"
license="MIT"
depends=""
makedepends="$depends_dev bison ruby"
-subpackages="$pkgname-tools $pkgname-dev"
+subpackages="$pkgname-tools $pkgname-static $pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/mruby/mruby/archive/$pkgver.tar.gz
build_config.rb"
builddir="$srcdir/$pkgname-$pkgver"