Add pika configs

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-13 18:50:30 +03:00 committed by GitHub
parent 559ed2ca42
commit 90288ec398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 65 additions and 9 deletions

View File

@ -1,5 +1,5 @@
name: ame
needsudo: false
name: pacman
needsudo: true
cmdautoremove: -Yc
cmdclean: -Sc
cmdinstall: -S

View File

@ -0,0 +1,13 @@
name: swupd
needsudo: true
cmdautoremove: bundle-remove --orphans
cmdclean: clean
cmdinstall: bundle-add
cmdlist: bundle-list --status
cmdpurge: bundle-remove -R
cmdremove: bundle-remove
cmdsearch: search
cmdshow: bundle-info
cmdupdate: check-update
cmdupgrade: update
builtin: true

View File

@ -0,0 +1,13 @@
name: sh
needsudo: true
cmdautoremove: -c "xbps-remove -oO"
cmdclean: -c "xbps-remove -O"
cmdinstall: -c "xbps-install -S"
cmdlist: -c "xbps-query -l"
cmdpurge: -c "xbps-remove -R"
cmdremove: -c "xbps-remove"
cmdsearch: -c "xbps-query -Rs"
cmdshow: -c "xbps-query -RS"
cmdupdate: -c "xbps-install -Su"
cmdupgrade: -c "xbps-install -Su"
builtin: true

5
stacks/arch.yaml Normal file
View File

@ -0,0 +1,5 @@
name: arch linux
base: docker.io/library/archlinux:latest
packages: []
pkgmanager: pacman
builtin: true

View File

@ -1,5 +0,0 @@
name: crystal-linux
base: registry.getcryst.al/crystal/misc/docker:latest
packages: []
pkgmanager: ame
builtin: true

5
stacks/debian-dev.yaml Normal file
View File

@ -0,0 +1,5 @@
name: debian sid
base: debian:sid
packages: []
pkgmanager: apt
builtin: true

5
stacks/debian.yaml Normal file
View File

@ -0,0 +1,5 @@
name: debian stable
base: debian:stable
packages: []
pkgmanager: apt
builtin: true

5
stacks/fedora-dev.yaml Normal file
View File

@ -0,0 +1,5 @@
name: fedora rawhide
base: fedora:latest
packages: []
pkgmanager: dnf
builtin: true

View File

@ -1,4 +1,4 @@
name: fedora
name: fedora workstation
base: fedora:latest
packages: []
pkgmanager: dnf

5
stacks/pika.yaml Normal file
View File

@ -0,0 +1,5 @@
name: pika os
base: ghcr.io/pikaos-linux/pika-package-container:latest
packages: []
pkgmanager: apt
builtin: true

5
stacks/ubuntu-dev.yaml Normal file
View File

@ -0,0 +1,5 @@
name: ubuntu latest
base: ubuntu:rolling
packages: []
pkgmanager: apt
builtin: true

View File

@ -1,4 +1,4 @@
name: ubuntu
name: ubuntu lts
base: ubuntu:latest
packages: []
pkgmanager: apt

5
stacks/void.yaml Normal file
View File

@ -0,0 +1,5 @@
name: void linux
base: ghcr.io/void-linux/void-linux:latest-full-x86_64
packages: []
pkgmanager: xbps
builtin: true