PKGBUILD updates and some testing fixes
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,7 +1,9 @@
|
||||
compile: c cs java bash php perl python
|
||||
pkgdirname != basename `git config remote.origin.url` | sed 's/.git$$//'
|
||||
|
||||
install: compile
|
||||
@echo This project cannot be installed.
|
||||
install: clean
|
||||
mkdir -p ${pkgdir}/opt/aninix/${pkgdirname}/
|
||||
rsync -avz --exclude=Makefile --exclude=LICENSE --exclude=.git* --exclude=README . * ${pkgdir}/opt/aninix/${pkgdirname}/
|
||||
|
||||
test: compile
|
||||
python3 -m pytest
|
||||
@@ -39,5 +41,5 @@ perl: helloworld.pl /usr/bin/perl
|
||||
python: helloworld.py /usr/bin/python3
|
||||
#python3 ./helloworld.py
|
||||
|
||||
cs: helloworld.cs /usr/bin/mono /usr/bin/mcs
|
||||
mcs helloworld.cs
|
||||
cs: HelloWorld.cs /usr/bin/mono /usr/bin/mcs
|
||||
mcs HelloWorld.cs
|
||||
|
Reference in New Issue
Block a user