blob: 7caf8bd1d1b65864cd33d957775d17eef5279a13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Readme
This project includes the PKDBUILD file used for the aur repository to download the [Pharo Launcher](https://github.com/pharo-project/pharo-launcher/) in archlinux.
The aur repository is [here](https://aur.archlinux.org/packages/pharo-launcher/).
Please add commentaries to the aur repository for any issues.
## Build locally
To build locally the project, first clone this project.
Then
```sh
makepkg -si
```
## Update .SRCInfo
```sh
makepkg --printsrcinfo > .SRCINFO
```
|