Add pika configs
This commit is contained in:
parent
559ed2ca42
commit
90288ec398
@ -1,5 +1,5 @@
|
|||||||
name: ame
|
name: pacman
|
||||||
needsudo: false
|
needsudo: true
|
||||||
cmdautoremove: -Yc
|
cmdautoremove: -Yc
|
||||||
cmdclean: -Sc
|
cmdclean: -Sc
|
||||||
cmdinstall: -S
|
cmdinstall: -S
|
13
package-managers/swupd.yaml
Normal file
13
package-managers/swupd.yaml
Normal 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
|
13
package-managers/xbps.yaml
Normal file
13
package-managers/xbps.yaml
Normal 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
5
stacks/arch.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: arch linux
|
||||||
|
base: docker.io/library/archlinux:latest
|
||||||
|
packages: []
|
||||||
|
pkgmanager: pacman
|
||||||
|
builtin: true
|
@ -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
5
stacks/debian-dev.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: debian sid
|
||||||
|
base: debian:sid
|
||||||
|
packages: []
|
||||||
|
pkgmanager: apt
|
||||||
|
builtin: true
|
5
stacks/debian.yaml
Normal file
5
stacks/debian.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: debian stable
|
||||||
|
base: debian:stable
|
||||||
|
packages: []
|
||||||
|
pkgmanager: apt
|
||||||
|
builtin: true
|
5
stacks/fedora-dev.yaml
Normal file
5
stacks/fedora-dev.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: fedora rawhide
|
||||||
|
base: fedora:latest
|
||||||
|
packages: []
|
||||||
|
pkgmanager: dnf
|
||||||
|
builtin: true
|
@ -1,4 +1,4 @@
|
|||||||
name: fedora
|
name: fedora workstation
|
||||||
base: fedora:latest
|
base: fedora:latest
|
||||||
packages: []
|
packages: []
|
||||||
pkgmanager: dnf
|
pkgmanager: dnf
|
||||||
|
5
stacks/pika.yaml
Normal file
5
stacks/pika.yaml
Normal 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
5
stacks/ubuntu-dev.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: ubuntu latest
|
||||||
|
base: ubuntu:rolling
|
||||||
|
packages: []
|
||||||
|
pkgmanager: apt
|
||||||
|
builtin: true
|
@ -1,4 +1,4 @@
|
|||||||
name: ubuntu
|
name: ubuntu lts
|
||||||
base: ubuntu:latest
|
base: ubuntu:latest
|
||||||
packages: []
|
packages: []
|
||||||
pkgmanager: apt
|
pkgmanager: apt
|
||||||
|
5
stacks/void.yaml
Normal file
5
stacks/void.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: void linux
|
||||||
|
base: ghcr.io/void-linux/void-linux:latest-full-x86_64
|
||||||
|
packages: []
|
||||||
|
pkgmanager: xbps
|
||||||
|
builtin: true
|
Loading…
Reference in New Issue
Block a user