aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 2fa33c5232f0ae5fe3b74abc67e69ae5330079a0 (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
28
29
30
31
32
33
34
35
36
37
Some notes

# repositories

The repository for this is on AUR:
https://aur.archlinux.org/origamiapp.git/

The release content comes mostly from:
https://github.com/hellonico/origami-electron



remote is at:

ssh://aur@aur.archlinux.org/origamiapp.git

# build

```
makepkg -f
```

Or, when downloading the PKGBUILD file:
```
makepkg -si
```

# release

Taken from the [Arch User Repository](https://wiki.archlinux.org/index.php/Arch_User_Repository#Git_repositories_for_AUR3_packages)

```
makepkg --printsrcinfo > .SRCINFO
git add PKGBUILD .SRCINFO
git commit -m "useful commit message"
git push
```