mirror of
https://github.com/gogrlx/snack.git
synced 2026-04-02 05:08:42 -07:00
feat: initial project scaffold
- Common Manager interface, Package type, functional options - Sentinel errors for common package manager failures - Sub-package stubs for: pacman, aur, apk, apt, dpkg, dnf, rpm, flatpak, snap, pkg (FreeBSD), ports (OpenBSD) - detect/ package for auto-detection of system package manager - 0BSD license
This commit is contained in:
2
aur/aur.go
Normal file
2
aur/aur.go
Normal file
@@ -0,0 +1,2 @@
|
||||
// Package aur provides Go bindings for AUR (Arch User Repository) package building.
|
||||
package aur
|
||||
Reference in New Issue
Block a user