Merge pull request #1 from crystal-linux/development

Development
pull/2/head
Michal 2 years ago committed by GitHub
commit a702b5dcfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.gitignore vendored

@ -0,0 +1,9 @@
packages-x86_64/*
packages-any/*
packages-extra/*
workspace/*
!packages-x86_64/mlc.toml
!packages-any/mlc.toml
!packages-extra/mlc.toml
!workspace/mlc.toml

@ -1,43 +1,53 @@
[base]
mode = "repository" mode = "repository"
smart_pull = true
[mode.repository]
name = "crystal-any" name = "crystal-any"
repo = [ build_on_update = true
"1::citrine",
"1::crystal-keyring", [mode.repository.signing]
"1::onyx", enabled = true
"1::wallpapers", on_gen = true
"2::base",
"2::cinnamon-meta", [repositories]
"2::crystal-dev", repos = [
"2::crystal-grub-theme", "crs:citrine",
"2::filesystem", "crs:crystal-keyring",
"2::gnome-apps-meta", "crs:onyx",
"2::lsb-release", "crs:wallpapers",
"2::neofetch", "pkg:base",
"2::pfetch", "pkg:cinnamon-meta",
"2::pkg-warner", "pkg:crystal-dev",
# "2::whitesur-grub-theme", "pkg:crystal-grub-theme",
"3::chrome-gnome-shell", "pkg:filesystem",
"3::ckbcomp", "pkg:gnome-apps-meta",
"3::flutter", "pkg:lsb-release",
"3::flutter-group-pacman-hook", "pkg:neofetch",
"3::iso-flag-png", "pkg:pfetch",
"3::mint-artwork-common", "pkg:pkg-warner",
"3::mint-backgrounds-uma", "aur:chrome-gnome-shell",
"3::mint-themes", "aur:ckbcomp",
"3::mint-x-icons", "aur:flutter",
"3::mint-y-icons", "aur:flutter-group-pacman-hook",
"3::mintlocale", "aur:iso-flag-png",
"3::mkinitcpio-openswap", "aur:mint-artwork-common",
"3::pix", "aur:mint-backgrounds-uma",
"3::python-xdg", "aur:mint-themes",
"3::timeshift", "aur:mint-x-icons",
"3::timeshift-autosnap", "aur:mint-y-icons",
"3::xplayer", "aur:mintlocale",
"3::xplayer-plparser", "aur:mkinitcpio-openswap",
"3::xviewer" "aur:pix",
] "aur:python-xdg",
urls = [ "aur:timeshift",
"https://github.com/crystal-linux/%repo%", "aur:timeshift-autosnap",
"https://github.com/crystal-linux/pkgbuild.%repo%", "aur:xplayer",
"https://aur.archlinux.org/%repo%" "aur:xplayer-plparser",
"aur:xviewer"
] ]
[repositories.urls]
crs = "https://github.com/crystal-linux/{}"
pkg = "https://github.com/crystal-linux/pkgbuild.{}"
aur = "https://aur.archlinux.org/{}"

@ -1,9 +0,0 @@
mode = "repository"
name = "crystal-armv7l"
repo = [
"1::amethyst",
"1::malachite",
]
urls = [
"https://github.com/crystal-linux/%repo%"
]

@ -1,21 +1,32 @@
[base]
mode = "repository" mode = "repository"
smart_pull = true
[mode.repository]
name = "crystal-extra" name = "crystal-extra"
repo = [ build_on_update = true
"1::brave-bin",
"1::mullvad-vpn", [mode.repository.signing]
"1::mullvad-vpn-beta", enabled = true
"1::mullvad-vpn-cli", on_gen = true
"1::microsoft-edge-stable-bin",
"1::microsoft-edge-beta-bin", [repositories]
"1::microsoft-edge-dev-bin", repos = [
"1::google-chrome", "aur:brave-bin",
"1::google-chrome-beta", "aur:mullvad-vpn",
"1::google-chrome-dev", "aur:mullvad-vpn-beta",
"1::ungoogled-chromium", "aur:mullvad-vpn-cli",
"1::jetbrains-toolbox", "aur:microsoft-edge-stable-bin",
"1::visual-studio-code-bin", "aur:microsoft-edge-beta-bin",
"1::polymc" "aur:microsoft-edge-dev-bin",
] "aur:google-chrome",
urls = [ "aur:google-chrome-beta",
"https://aur.archlinux.org/%repo%" "aur:google-chrome-dev",
"aur:ungoogled-chromium",
"aur:jetbrains-toolbox",
"aur:visual-studio-code-bin",
"aur:polymc"
] ]
[repositories.urls]
aur = "https://aur.archlinux.org/{}"

@ -1,16 +1,27 @@
[base]
mode = "repository" mode = "repository"
smart_pull = true
[mode.repository]
name = "crystal-x86_64" name = "crystal-x86_64"
repo = [ build_on_update = true
"1::amethyst",
"1::jade", [mode.repository.signing]
"1::jade-gui", enabled = true
"1::lapis", on_gen = true
"1::malachite",
"2::bsudo", [repositories]
"2::grub", repos = [
"2::sudo" "crs:amethyst",
] "crs:jade",
urls = [ "crs:jade-gui",
"https://github.com/crystal-linux/%repo%", "crs:lapis",
"https://github.com/crystal-linux/pkgbuild.%repo%" "crs:malachite",
"pkg:bsudo",
"pkg:grub",
"pkg:sudo"
] ]
[repositories.urls]
crs = "https://github.com/crystal-linux/{}"
pkg = "https://github.com/crystal-linux/pkgbuild.{}"

@ -1,32 +1,34 @@
[base]
mode = "workspace" mode = "workspace"
smart_pull = true
repo = [ [mode.workspace]
"1::amethyst", git_info = true
"1::branding", colorblind = false
"1::caveman",
"1::citrine",
"1::crystal-keyring",
"1::grub-theme",
"1::iso",
"1::jade",
"1::jade-gui",
"1::onyx",
"1::site",
"1::wallpapers",
# "1::packages-any",
# "1::packages-extra",
# "1::packages-x86_64",
"2::base",
"2::filesystem",
"2::gnome-apps-meta",
"2::grub",
"2::lsb-release",
"2::malachite",
"2::pkg-manager-warner",
"2::sudo"
]
urls = [ [repositories]
"ssh://git@github.com/crystal-linux/%repo%", repos = [
"ssh://git@github.com/crystal-linux/pkgbuild.%repo%" "crs:amethyst",
"crs:branding",
"crs:caveman",
"crs:citrine",
"crs:crystal-keyring",
"crs:grub-theme",
"crs:iso",
"crs:jade",
"crs:jade-gui",
"crs:malachite",
"crs:onyx",
"crs:site",
"crs:wallpapers",
"pkg:base",
"pkg:filesystem",
"pkg:gnome-apps-meta",
"pkg:grub",
"pkg:lsb-release",
"pkg:sudo"
] ]
[repositories.urls]
crs = "ssh://git@github.com/crystal-linux/{}"
pkg = "ssh://git@github.com/crystal-linux/pkgbuild.{}"

Loading…
Cancel
Save