summarylogtreecommitdiffstats
path: root/epubcheck
AgeCommit message (Collapse)Author
2020-02-20Fix dependencies, cleanup packagingCaleb Maclennan
* `sh` is part of Arch's `base` group, so never needed in deps * Using a heredoc to create the wrapper script was okay, but just a little clunky to edit and see what was happening with file permissions. Also providing it as a separate file will help the AUR web interface show it a source. * The `install` commands worked but were a bit messy, I refactored them using the `-t` argument and the `makepkg` guarantee that the build() and package() functions always start in the $srcdir folder.