This repository was archived by the owner on Sep 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yml
More file actions
37 lines (37 loc) · 1.63 KB
/
package.yml
File metadata and controls
37 lines (37 loc) · 1.63 KB
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
name : brewtarget
version : 3.0.7
release : 7
source :
- https://github.com/Brewtarget/brewtarget/archive/refs/tags/v3.0.7.tar.gz : 9de4f3c4dc4f8607b0642e55ada7ed1c8a89eb0bd4381ae0bef9f3fbd36f884a
homepage : https://github.com/Brewtarget/brewtarget
license :
- BSD-2-Clause
- CC-BY-SA-3.0
- GPL-3.0-or-later
- LGPL-2.1-only
- LGPL-3.0-only
- WTFPL
component : desktop
summary : A free and open-source brewing software and beer recipe creation tool
description: |
Brewtarget is free open-source brewing software, and a beer recipe creation tool available for Linux, Mac, and Windows. It automatically calculates color, bitterness, and other parameters for you while you drag and drop ingredients into the recipe. Brewtarget also has many other tools such as priming sugar calculators, OG correction help, and a unique mash designing tool. It also can export and import recipes in BeerXML, allowing you to easily share recipes with friends who use BeerSmith or other programs. All of this means that Brewtarget is your single, free, go-to tool when crafting your beer recipes.
builddeps :
- pkgconfig(Qt5Multimedia)
- pkgconfig(Qt5Qml)
- pkgconfig(Qt5Svg)
- pkgconfig(Qt5UiTools)
- pkgconfig(gl)
- pkgconfig(xalan-c)
- pkgconfig(xerces-c)
- libboost-devel
rundeps :
- qt5-svg
setup : |
# Disable boost-stacktrace_backtrace. This is an optional boost lib that isn't built on Solus.
sed -i 's/ COMPONENTS stacktrace_backtrace//' CMakeLists.txt
%cmake_ninja
build : |
%ninja_build
install : |
%ninja_install
rm -rf $installdir/usr/share/doc