Skip to content

IMYdev/pacstallion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PacStallion

The GUI for Ubuntu's AUR


Features

  • Explore packages available in the Pacstall repositories.
  • Easily install or remove packages.
  • See which packages need to be updated.
  • Runs Pacstall commands in the terminal for transparency.

Installation

Grab a release or build yourself.

Building

.NET 10 SDK is required for developing this application.

Clone the repository

git clone https://github.com/IMYdev/pacstallion.git
cd pacstallion

Build and Run

To run the application in development mode:

dotnet run --project src/pacstallion.csproj

Publish

To create a standalone executable:

dotnet publish src/pacstallion.csproj -c Release

Project Structure

  • src/: Contains the source code and assets.
  • LICENSE: GPLv3 License.
  • README.md: Project documentation.

License


GPLv3

PacStallion is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License

PacStallion is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with PacStallion. If not, see <https://www.gnu.org/licenses/>.