V2.39
arch is now on aur
This commit is contained in:
parent
55af334381
commit
4fb79c050e
9 changed files with 10 additions and 7 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "arch-pkg"]
|
||||||
|
path = arch-pkg
|
||||||
|
url = ssh://aur@aur.archlinux.org/tigerjython.git
|
5
Makefile
5
Makefile
|
@ -4,10 +4,7 @@ man:
|
||||||
tar.gz: man
|
tar.gz: man
|
||||||
mkdir -p TigerJython/man
|
mkdir -p TigerJython/man
|
||||||
cp man/tigerjython.1.gz TigerJython/man
|
cp man/tigerjython.1.gz TigerJython/man
|
||||||
|
rm -rf TigerJython/*.cfg TigerJython/.tjbackup/
|
||||||
tar -czf TigerJython.tar.gz TigerJython
|
tar -czf TigerJython.tar.gz TigerJython
|
||||||
arch:
|
|
||||||
cd arch-pkg && makepkg
|
|
||||||
arch-local: tar.gz
|
|
||||||
cd arch-local-pkg && makepkg
|
|
||||||
deb: tar.gz
|
deb: tar.gz
|
||||||
cd debian-deb && sh makedeb.sh
|
cd debian-deb && sh makedeb.sh
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
# TigerJython Paketierung
|
# TigerJython Paketierung
|
||||||
|
|
||||||
Dieses Repo soll helfen TigerJython für Arch oder Debian zu paketieren.
|
Dieses Repo soll helfen TigerJython für Arch, Debian oder Flatpak zu paketieren.
|
||||||
|
|
||||||
|
ArchLinux: https://aur.archlinux.org/packages/tigerjython
|
||||||
|
|
||||||
## Ordnerstruktur
|
## Ordnerstruktur
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
BIN
TigerJython/tigerjython2.jar
Executable file → Normal file
BIN
TigerJython/tigerjython2.jar
Executable file → Normal file
Binary file not shown.
1
arch-pkg
Submodule
1
arch-pkg
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7d08674c084d76e22b0b4d5fd647d46d40390ef7
|
Binary file not shown.
|
@ -2,8 +2,8 @@
|
||||||
title: TigerJython
|
title: TigerJython
|
||||||
section: 1
|
section: 1
|
||||||
header: TigerJython Manual
|
header: TigerJython Manual
|
||||||
footer: tigerjython 2.37
|
footer: tigerjython 2.39
|
||||||
date: 2023-08-02
|
date: 2024-01-03
|
||||||
---
|
---
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue