Skip to content

CvO-Theory/apt-gui

 
 

Repository files navigation

apt-gui

This is a graphical user interface for apt.

A pre-built "apt-gui.jar" file is available here.

The above pre-build file was generated in 2018. Since then, a lot happened. The automation for building these files broke with the shutdown of Travis CI. The Java ecosystem evolved and the old version of Google Juice no longer works. For this reason, the author of this paragraph hand-built a newer version using Guice 5.0.0 and uploaded it here. This should work with newer versions of Java.

Screenshot

Screenshot of APT-GUI

How to build

apt-gui depends on apt which is included as a git submodule. Therefore either clone with

git clone --recursive https://github.com/jprellberg/apt-gui.git

or run

git submodule init
git submodule update

after cloning.

After cloning you can build apt-gui with

cd apt-gui
./gradlew jar

Some other available build targets are: clean, eclipse, javadoc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%