Skip to content

ehiratuka-dev/fapx25-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

FAPx#25 Support Scripts

Support scripts for the project FAPx#25, focused on data handling, manipulation, standardization, and automated report generation in a Termux environment.

Features

  • Easily install and execute the fap25 command
  • Modular script structure with additional sub-scripts
  • Optimized for Termux environments

Requirements

  • Termux packages:

    • rclone
    • ffmpeg
    • exiftool
  • Termux

  • dpkg-deb utility (comes with Termux's dpkg package)

Installation

Install required dependencies

pkg install rclone ffmpeg exiftool

Clone the repository

git clone https://github.com/ehiratuka-dev/fapx25-scripts.git
cd fapx25-scripts

Build the .deb package

dpkg-deb --build fap25

This will generate a fap25.deb file in the current directory.

Install the package

dpkg -i fap25.deb

Run the main script

fap25

Directory structure

The main script and its dependencies are organized as follows:

fap25/
├── DEBIAN/
│   └── control
└── data/
    └── data/
        └── com.termux/
            └── files/
                └── usr/
                    ├── bin/
                    │   └── fap25
                    └── share/
                        └── fap25/
                            └── scripts/
                                └── [your supporting scripts]

Customization

You can add more supporting scripts under fap25/data/data/com.termux/files/usr/share/fap25/scripts/ and call them from within the main fap25 script.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages