diff --git a/testing/clisp/APKBUILD b/community/clisp/APKBUILD similarity index 86% rename from testing/clisp/APKBUILD rename to community/clisp/APKBUILD index 16799df12962a4a459a4e5520b82802e53ebc71a..92c1ba6d1a5fcb379c265c61593562d288fbbd17 100644 --- a/testing/clisp/APKBUILD +++ b/community/clisp/APKBUILD @@ -8,10 +8,9 @@ pkgdesc="ANSI Common Lisp interpreter, compiler and debugger" url="https://clisp.sourceforge.io/" arch="x86_64" license="GPL-2.0-only" -depends_dev="libsigsegv-dev ffcall ncurses-dev" -makedepends="$depends_dev" +makedepends="libsigsegv-dev ffcall ncurses-dev" subpackages="$pkgname-dev $pkgname-doc" -source="https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 +source="https://downloads.sourceforge.net/sourceforge/clisp/clisp-$pkgver.tar.bz2 no-page.h.patch" prepare() { diff --git a/testing/clisp/no-page.h.patch b/community/clisp/no-page.h.patch similarity index 100% rename from testing/clisp/no-page.h.patch rename to community/clisp/no-page.h.patch