All Projects → archlinux → Asp

archlinux / Asp

Licence: mit
Arch Build Source Management Tool

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Asp

Linux On Pixel C
Documentation on how to run a Linux Distro on the Google Pixel C (2015)
Stars: ✭ 55 (-75.98%)
Mutual labels:  arch
Dotfiles
My bspwm dotfiles. Grab whatever you need! :)
Stars: ✭ 111 (-51.53%)
Mutual labels:  arch
Pacback
Advanced Version Control for Arch Linux
Stars: ✭ 146 (-36.24%)
Mutual labels:  arch
Ctlosiso
Ctlos Linux source. Arch based distro x86-64(64-bit).
Stars: ✭ 74 (-67.69%)
Mutual labels:  arch
I3 Polybar Config
My i3 configuration with polybar for HiDPI screen (4k)
Stars: ✭ 84 (-63.32%)
Mutual labels:  arch
Notepanda
📃 A simple cross-platform notepad. Based on Qt and C++.
Stars: ✭ 134 (-41.48%)
Mutual labels:  arch
Msgarch
MSGARCH R Package
Stars: ✭ 51 (-77.73%)
Mutual labels:  arch
Tensorflow Build
A set of scripts to (cross-)build the Tensorflow C lib for various architectures / OS
Stars: ✭ 177 (-22.71%)
Mutual labels:  arch
My dotfiles
Just a collections of my dotfiles...
Stars: ✭ 101 (-55.9%)
Mutual labels:  arch
Dotfiles And Scripts
🎣 Dotfiles and scripts providing cumbersome configure details and other senseless stuff. 一些无聊的脚本和配置文件
Stars: ✭ 144 (-37.12%)
Mutual labels:  arch
Dotfiles
Hack away :)
Stars: ✭ 78 (-65.94%)
Mutual labels:  arch
Paru
Feature packed AUR helper
Stars: ✭ 1,240 (+441.48%)
Mutual labels:  arch
Archinstall
Arch Linux installer - guided, templates etc.
Stars: ✭ 140 (-38.86%)
Mutual labels:  arch
Dotfiles
My dotfiles for my Arch-Install(s)
Stars: ✭ 59 (-74.24%)
Mutual labels:  arch
Tmoe Linux
🍭Without any basic knowledge of linux shell,you can easily install and configure a GNU/Linux graphical desktop environment on 📱Android termux and 💻WSL .🍰You can also run VSCode on your android phone.🍹Graphical qemu manager,🐋support running docker on Android.配置WSL和安卓手机的linux容器,桌面环境,主题美化,远程桌面,音频服务,镜像源,uefi开机启动项,webdav(nginx),fcitx输入法以及qemu-system虚拟机...
Stars: ✭ 149 (-34.93%)
Mutual labels:  arch
Archiso Pbp
archiso customized for the Pinebook Pro
Stars: ✭ 52 (-77.29%)
Mutual labels:  arch
Cylon
A CLI TUI menu driven bash shell script supporting updates, maintenance, backups and system checks for an Arch based Linux distro
Stars: ✭ 121 (-47.16%)
Mutual labels:  arch
Arch Linux Installer
Arch-Linux-Install-Script/Arch Linux 安装脚本
Stars: ✭ 192 (-16.16%)
Mutual labels:  arch
Photoshopcclinux
Photoshop CC v19 installer for Gnu/Linux
Stars: ✭ 2,894 (+1163.76%)
Mutual labels:  arch
Dotfiles
Collection of i3-gaps Dotfiles
Stars: ✭ 143 (-37.55%)
Mutual labels:  arch

asp

asp is a tool to manage the build source files used to create Arch Linux packages. It replaces the abs tool, offering more up to date sources (via the svntogit repositories) and uses a sparse checkout model to conserve diskspace. This probably won't be interesting to users who want a full checkout (for whatever reason that may be).

Setup

None! Though, it should be noted that the ASPROOT environment variable will control where asp keeps its local git repo. By default, this is ${XDG_CACHE_HOME:-$HOME/.cache}/asp.

Examples

Get the source files for some packages:

asp export pacman testing/systemd extra/pkgfile

Get a fully functional git checkout of a single package:

asp checkout pkgfile

List the repositories a package has been pushed to:

asp list-repos pacman
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].