summaryrefslogtreecommitdiff
path: root/README.md
blob: 262e58b7503e3148ffc7c1faa397dda7fec98b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# asp

`asp` is a tool to manage the build source files used to create Arch Linux
packages. It attempts to replace 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 locally tracked packages. By default, this
is `$HOME/asp`.

# Examples

Get the source files for some packages:

~~~
asp export pacman testing/systemd extra/pkgfile
~~~

List the repositories a package has been pushed to:

~~~
asp list-repos pacman
~~~