Compare commits

..

No commits in common. "main" and "0.3" have entirely different histories.
main ... 0.3

3 changed files with 37 additions and 41 deletions

12
LICENSE
View File

@ -16,16 +16,12 @@
ANINIX ADDENDUM
Trademark 2017 (https://aninix.net/)
Trademark Pending 2017 (https://aninix.net/irc/)
The "AniNIX" name and |> logo are trademarked as of 2017/11/21.
AniNIX materials may be reproduced and re-used (though you must
The "AniNIX" name and |> logo is trademark-pending as of 2017. All
AniNIX materials can be reproduced and re-used, though you must
contact the admins of the network to get written permission to use
the AniNIX name or logo) so long as such reproduction or re-use
does not inhibit the original AniNIX use of the same.
the AniNIX name.
Attribution is appreciated for other materials but not legally
required or necessary.
"AniNIX" trademark serial: 87177883
|> Logo trademark serial: 87177887

View File

@ -7,24 +7,24 @@ install: clean compile
mkdir -p ${pkgdir}/opt/aninix/${pkgdirname}/
install -o root -m 0644 ./HelloWorld* ${pkgdir}/opt/aninix/${pkgdirname}/
test: compile
python3 -m pytest
clean:
for i in `cat .gitignore`; do /bin/bash -c "rm -Rf $$i"; done
uninstall:
rm -Rf ${pkgdir}/opt/aninix/${pkgdirname}/
test: compile
python3 -m pytest
checkperm:
@echo Nothing to do.
diff:
@echo Nothing to do.
reverse:
@echo Nothing to do.
checkperm:
@echo Nothing to do.
c: HelloWorld.c /usr/bin/gcc
gcc -o HelloWorld HelloWorld.c

View File

@ -10,7 +10,7 @@ arch=("x86_64")
url="https://aninix.net/foundation/${pkgname}"
license=('custom')
groups=()
depends=('bash>=4.4' 'php' 'perl' 'jdk-openjdk>=20.0.2.u9-3' 'python>=3.7')
depends=('bash>=4.4' 'php' 'perl' 'jdk-openjdk>=18.0.1.1.u2-1' 'jre-openjdk-headless>=18.0.1.1.u2-1' 'python>=3.7')
makedepends=('make>=4.2' 'mono>5.0.0' 'gcc' 'python-pytest')
checkdepends=()
optdepends=()