blob: 1a4240932b06e1ba20204b71e0fc9f1f7ade3a14 (
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
|
# openstudioapplication AUR package
This is a source package for OpenStudioApplication 1.11.0 on Arch Linux.
It depends on the existing `openstudio-bin=3.11.0` SDK package and installs
the private application bundle under `/usr/lib/openstudioapplication`, with launchers
at `/usr/bin/OpenStudioApp` and `/usr/bin/openstudioapplication`.
The current package still follows upstream's Conan-based dependency flow. That
means `makepkg` fetches Conan binary packages during `build()`. The cleaner
long-term path is either an upstream binary release suitable for an
`openstudioapplication-bin` package, or replacing the pinned Conan dependency
set with Arch-packaged libraries.
Build locally with:
```sh
makepkg -Csf
```
After changing `PKGBUILD`, regenerate metadata with:
```sh
makepkg --printsrcinfo > .SRCINFO
```
|