Package Details: soulanchor 1.09-1

Git Clone URL: https://aur.archlinux.org/soulanchor.git (read-only, click to copy)
Package Base: soulanchor
Description: X11 Bible reading tool
Upstream URL: https://github.com/Anchorm/SoulAnchor
Keywords: Bible Reading Tool
Licenses: GPL3
Submitter: Anchorm
Maintainer: Anchorm
Last Packager: Anchorm
Votes: 3
Popularity: 0.000000
First Submitted: 2020-08-09 18:54 (UTC)
Last Updated: 2024-03-14 18:56 (UTC)

Latest Comments

« First ‹ Previous 1 2

Anchorm commented on 2020-08-17 21:40 (UTC)

Thanks for pointing that out! And done.

yochananmarqos commented on 2020-08-17 20:20 (UTC) (edited on 2020-08-17 20:20 (UTC) by yochananmarqos)

Simplified package() function:

package() {
    cd "SoulAnchor-$pkgname-$pkgver"
    cp -a --no-preserve=ownership install/usr/ "$pkgdir/"
    install -Dm644 MOD README.md -t "$pkgdir/usr/share/doc/$pkgname"
}

As mentioned before, there's no need to install another copy of the GPL3 license. Also, licenses shuold be installed to /usr/share/licenses/.

Anchorm commented on 2020-08-13 22:31 (UTC)

Updated to 0.8.5 - minor improvements and fixes, added NET Bible

Hope to do an open source release sometime soon or whenever i figure enough stuff out to make it happen.

Anchorm commented on 2020-08-09 19:31 (UTC)

This is a basic bible reader with a few options such as: search, parallel view, dictionaries and strongs numbers from the AKJV. Also it allows modding the SQLITE databases if you want to add a translation for example. I'm still working on it but it should already be good enough to use since i use it everyday without problems.