-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsnapcraft.yaml
34 lines (31 loc) · 993 Bytes
/
snapcraft.yaml
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
name: bibref
base: core20
version: '2025Feb04'
summary: A tool that helps discovering internal references in the Bible
icon: logo-Psalm40-192.png
description: |
bibref aims at finding citations of the Septuagint
in the Greek New Testament in a mechanical way.
grade: stable
confinement: strict
apps:
bibref:
command: usr/local/bin/bibref
environment:
SWORD_PATH: $SNAP/root/.sword
LC_ALL: C.UTF-8
plugs:
- home
parts:
bibref:
build-packages: [cmake, libsword-utils, libsword-common, libsword-dev, build-essential, libboost-dev, libboost-filesystem-dev, libreadline-dev, pkg-config, unzip, bison, flex]
source: https://github.com/kovzol/bibref.git
plugin: cmake
cmake-parameters:
- -DPBRST=ON -DCMAKE_BUILD_TYPE=Debug
stage-packages: [libsword-1.8.1, libboost-filesystem1.71.0]
sword-modules:
plugin: nil
override-build: |
mkdir -p $SNAPCRAFT_PART_INSTALL/root
cp -a ~/.sword $SNAPCRAFT_PART_INSTALL/root