Skip to content

Commit

Permalink
bibletime: add documentation
Browse files Browse the repository at this point in the history
**Summary**
- Fix documentation
  • Loading branch information
androidnisse committed May 9, 2024
1 parent 61ba3ee commit 67f494f
Show file tree
Hide file tree
Showing 2 changed files with 1,255 additions and 9 deletions.
7 changes: 2 additions & 5 deletions packages/b/bibletime/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : bibletime
version : 3.0.3
release : 1
release : 2
source :
- https://github.com/bibletime/bibletime/releases/download/v3.0.3/bibletime-3.0.3.tar.xz : 80e5e4ccb69a95201036442dd3f13dffcfcb0f001be1222ce7eefcb30fcc2692
homepage : http://bibletime.info/
Expand All @@ -20,14 +20,11 @@ builddeps :
- fop
- po4a
setup : |
%cmake_ninja -DBT_DOCBOOK_XSL_HTML_CHUNK_XSL=usr/share/xml/docbook/xsl-stylesheets-1.79.2/html/chunk.xsl \
%cmake_ninja -DBT_DOCBOOK_XSL_HTML_CHUNK_XSL=/usr/share/xml/docbook/xsl-stylesheets-1.79.2/html/chunk.xsl \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_HANDBOOK_HTML=OFF \
-DBUILD_HANDBOOK_PDF=OFF \
-DBUILD_HOWTO_HTML=OFF \
-DBUILD_HOWTO_PDF=OFF
build : |
%ninja_build
install : |
%ninja_install
install -dm00755 $installdir/usr/share/doc/bibletime
Loading

0 comments on commit 67f494f

Please sign in to comment.