summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuju21432020-02-26 02:06:28 -0500
committerjuju21432020-02-26 02:06:28 -0500
commitf887f9f7fc2c170e2a9d85723eee540d9d9abb57 (patch)
tree246e217722e1e1d27dc62e55353abea962aeafb5
parent54a3eef89adede4c17e3d463fd8642aee622518f (diff)
downloadaur-f887f9f7fc2c170e2a9d85723eee540d9d9abb57.tar.gz
Add optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe730ed8c9a8..4fc1d249bbea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = aloevera
license = Apache
makedepends = cargo
depends = gcc-libs
+ optdepends = cc65: compile assembly and header files
+ optdepends = x16-emulator: run BASIC and bin files
source = aloevera-0.2.0.tar.gz::https://github.com/yeastplume/aloevera/archive/v0.2.0.tar.gz
md5sums = 2bfda79f95d01654749003d2b3f8eb3e
diff --git a/PKGBUILD b/PKGBUILD
index 5d47b0a055e5..3b1fed076e39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ url="https://github.com/yeastplume/aloevera"
license=('Apache')
depends=('gcc-libs')
makedepends=('cargo')
+optdepends=('cc65: compile assembly and header files'
+ 'x16-emulator: run BASIC and bin files')
source=("$pkgname-$pkgver.tar.gz::https://github.com/yeastplume/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('2bfda79f95d01654749003d2b3f8eb3e')