Skip to content

Commit 49321cd

Browse files
committed
addpkg: kig
1 parent 42bb8cc commit 49321cd

5 files changed

Lines changed: 17 additions & 0 deletions

File tree

apps/Kig/category.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Office

apps/Kig/description.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Interactive Geometry

apps/Kig/install.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/data/data/com.termux/files/usr/bin/bash
2+
3+
supported_arch="aarch64,arm"
4+
package_name="kig"
5+
run_cmd="kig"
6+
version="termux_local_version"
7+
app_type="native"
8+
progress_phase "prepare" 0 "Preparing to install..."
9+
package_install_and_check "$package_name"
10+
progress_done

apps/Kig/logo.png

11.2 KB
Loading

apps/Kig/uninstall.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/data/data/com.termux/files/usr/bin/bash
2+
3+
progress_phase "cleanup" 0 "Removing kig..."
4+
package_remove_and_check "kig"
5+
progress_done

0 commit comments

Comments
 (0)