Adding packaging; consistency updates in canary text and verification

This commit is contained in:
2021-01-10 21:42:46 -06:00
parent d8ee71e355
commit aacbe044e3
4 changed files with 113 additions and 27 deletions

24
Makefile Normal file
View File

@@ -0,0 +1,24 @@
pkgdirname != basename `git config remote.origin.url` | sed 's/.git$$//'
compile:
@echo Nothing to do
install: clean
mkdir -p ${pkgdir}/opt/aninix/${pkgdirname}/
rsync -avzp ./*canary* ${pkgdir}/opt/aninix/${pkgdirname}/
test: compile
python3 -m pytest
clean:
cat .gitignore | xargs rm -Rf
diff:
@echo Nothing to do.
reverse:
@echo Nothing to do.
checkperm:
@echo Nothing to do.