Search Criteria
Package Details: kepubify 4.0.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/kepubify.git (read-only, click to copy) |
---|---|
Package Base: | kepubify |
Description: | Convert your ePubs into kepubs, with a easy-to-use command-line tool |
Upstream URL: | https://pgaskin.net/kepubify/ |
Licenses: | MIT |
Conflicts: | kepubify-bin |
Submitter: | SibrenVasse |
Maintainer: | SibrenVasse |
Last Packager: | SibrenVasse |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-01 14:19 (UTC) |
Last Updated: | 2022-06-04 13:36 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (1)
- komga (optional)
Latest Comments
ynakao commented on 2024-07-19 23:31 (UTC)
Build fails with the following error message,
This is because quotations need to be added around $LDFLAGS variables. cf: https://gitlab.archlinux.org/archlinux/packaging/packages/pulumi/-/issues/2
In my case, build() was successful by changing
-extldflags=$LDFLAGS
lines to-extldflags \"$LDFLAGS\"
respectively like described in Go package guidelines.parcimonic commented on 2022-05-21 21:11 (UTC)
Solved after removing the $LDFLAGS option:
(same for covergen and seriesmeta).
I guess this is related to this line of makepkg.conf?
parcimonic commented on 2022-05-02 00:43 (UTC)
Build is failing for me:
SibrenVasse commented on 2021-07-04 10:21 (UTC)
pgaskin: done, thank you for notifying me.
pgaskin commented on 2021-07-04 05:00 (UTC)
Can you add "-tags zip117" to the cmd/kepubify build options to match the release builds? It results in a significant performance improvement on Go 1.16 by using archive/zip backported from Go 1.17.
SibrenVasse commented on 2020-07-02 19:12 (UTC)
h7x4: done
h7x4 commented on 2020-07-02 18:17 (UTC)
Could you add 'go' as a dependency?
pgaskin commented on 2020-04-01 18:57 (UTC) (edited on 2020-04-01 18:58 (UTC) by pgaskin)
You might want to build covergen as well. Also, could you add "-X main.version=${pkgver}" to the ldflags, please?