aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 9362b0e327dc49ad29339309910a180bc5fa16a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# draft-bin-AUR

This PKGBUILD for arch linux package system.
available at [https://aur.archlinux.org/packages/draft-bin/](https://aur.archlinux.org/packages/draft-bin/)

## Usage

To build:

    $ makepkg

To install:

    $ sudo pacman -U <package name>

To generate a new version, change the VERSION variable in the Makefile and run:

    $ make pkgbuild