aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: bb8c11311ccbc3ac54d087e7a396063702cbdc52 (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
# hla-aur-package-bin

AUR install helper for the High-Level Assembler for the 80x86 CPU

## build

`makepkg`

to re-build, `makepkg -f`

## build and install

`makepkg -si`

to re-install, `makepkg -fsi`

## generate the .SRCINFO file

`makepkg --printsrcinfo > .SRCINFO`

## view the .install file

`source ./hla-bin.install && post_install`