Skip to content

zhuyaliang/soft-app-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store-page: Local-page: Details-page: Store-list-page:

Explain

Refer to gnome-software interface, write a simple and portable software management interface.You can view and download the software provided by the App Store, and manage existing local applications.At present, the application store server is not ready for open source, so it can only use the local application management function.

/etc/soft-app-store/appstore-server.ini

Setting up the server IP address and port number, we can only use the unique address we provide at present.

Code reference

https://github.com/GNOME/gnome-software/

Compile

meson build -Dprefix=/usr
ninja -C build
sudo ninja -C build install