You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
358 B
Markdown

# 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