All Projects → pacstall → pacstall-programs

pacstall / pacstall-programs

Licence: other
Pacstall's official program repository

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to pacstall-programs

pacstall
An AUR-inspired package manager for Ubuntu
Stars: ✭ 842 (+1236.51%)
Mutual labels:  debian, aur, pacscript, pacstall
Mindforger Repository
MindForger documentation repository.
Stars: ✭ 221 (+250.79%)
Mutual labels:  debian, ubuntu
intellij-idea-ultimate
Unofficial .deb packages of IntelliJ IDEA Ultimate Edition. This is a mirror of https://gitlab.com/mmk2410/intellij-idea-ultimate
Stars: ✭ 16 (-74.6%)
Mutual labels:  debian, ubuntu
ansible-dnsmasq
Ansible role to set up Dnsmasq in Debian-like systems
Stars: ✭ 18 (-71.43%)
Mutual labels:  debian, ubuntu
InstallOS
Network reinstallation of the Linux system.
Stars: ✭ 34 (-46.03%)
Mutual labels:  debian, ubuntu
Howdy
🛡️ Windows Hello™ style facial authentication for Linux
Stars: ✭ 3,237 (+5038.1%)
Mutual labels:  debian, ubuntu
Termite Style
Simple script to change color-schemes and fonts for Termite.
Stars: ✭ 224 (+255.56%)
Mutual labels:  debian, ubuntu
Vlc Bittorrent
A bittorrent plugin for VLC.
Stars: ✭ 198 (+214.29%)
Mutual labels:  debian, ubuntu
Kvm Install Vm
Bash script to build local virtual machines using KVM/libvirt and cloud-init.
Stars: ✭ 248 (+293.65%)
Mutual labels:  debian, ubuntu
Iptables Boilerplate
rock solid default firewall-rules for webhosts
Stars: ✭ 249 (+295.24%)
Mutual labels:  debian, ubuntu
Lamp
Install LAMP(Linux + Apache + MySQL/MariaDB + PHP ) for CentOS/Debian/Ubuntu
Stars: ✭ 2,456 (+3798.41%)
Mutual labels:  debian, ubuntu
scripts
Collection of useful scripts for Linux (git, docker, LUKS, Archlinux...)
Stars: ✭ 36 (-42.86%)
Mutual labels:  debian, scripts
Packer Build
Packer Automated VM Image and Vagrant Box Builds
Stars: ✭ 199 (+215.87%)
Mutual labels:  debian, ubuntu
Mtprotoproxyinstaller
One-click script to install MTProto Proxy server on CentOS, Ubuntu and Debian
Stars: ✭ 216 (+242.86%)
Mutual labels:  debian, ubuntu
Rpi Pxe Server
setup a Raspberry Pi as an PXE-Server
Stars: ✭ 197 (+212.7%)
Mutual labels:  debian, ubuntu
Deb Simple
A lightweight, bare-bones apt repository server
Stars: ✭ 222 (+252.38%)
Mutual labels:  debian, ubuntu
Openvpn Install
OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora
Stars: ✭ 14,199 (+22438.1%)
Mutual labels:  debian, ubuntu
Ansible Role Hardening
Ansible role to apply a security baseline. Systemd edition.
Stars: ✭ 188 (+198.41%)
Mutual labels:  debian, ubuntu
I3 Gaps Deb
Tool to create and install Debian (or Ubuntu) packages of i3-gaps.
Stars: ✭ 236 (+274.6%)
Mutual labels:  debian, ubuntu
notion-repackaged
notion executables with the notion-enhancer embedded & a vanilla port of the official app to linux
Stars: ✭ 733 (+1063.49%)
Mutual labels:  debian, aur

Pacstall Programs

This is the default repository of pacscripts which pacstall uses to install software. You can fork this repository and add make your own package repository as long as it follows the basic structure:

package-repository/
├── packagelist
└── packages/
    └── example-package/
        └── example-package.pacscript

You can then use pacstall -A command to add your repository to your repolist. Consult the wiki for more info.

How to setup the environment for pacscript development

If you need help making a pacscript, visit our wiki.

This repository maintains a certain standard of commits. To ensure that your commits are up to the standard, we use pre-commit hooks.

Here are the development dependencies that you need to install as a developer:

Dependency How to install
pre-commit sudo pip install pre-commit
shellcheck pacstall -PI shellcheck-bin
shfmt pacstall -PI shfmt-bin
editor-config Install the plugin for your editor

After the dependencies are installed simply clone this repository, and use pre-commit install to install the pre-configured hooks to your cloned repository.

Now, whenever you try to commit a patch all the configured hooks will run and block/fix your code so that it adheres to or standards.

In case for some reason (false positives etc), you want to skip the hooks commit using git commit --no-verify

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].