summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')