summaryrefslogtreecommitdiffstats
path: root/scripts/aurblup/README
blob: 63e9b61a889267aef1445b9e5cff7ea90bb81844 (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
aurblup
=======

aurblup is a small and lightweight tool that updates the package blacklist of
an AUR MySQL database using one (or more) package databases. It does the
following things:

- Sync a bunch of local package databases with a remote server.

- Get a list of packages in those databases.

- Update the MySQL blacklist table to match those packages.

Requirements
------------

You need the libalpm and libmysqlclient header files to build aurblup.

Installation
------------

Edit the "config.h" (copy from "config.h.proto" if doesn't exist) and
"config.mk" configuration files to match your setup and enter the following
command to build and install aurblup:

	make install