Package Details: decker 1.52-1

Git Clone URL: https://aur.archlinux.org/decker.git (read-only, click to copy)
Package Base: decker
Description: Multimedia platform for creating interactive documents
Upstream URL: http://beyondloom.com/decker/
Keywords: decker hypercard
Licenses: MIT
Submitter: cmounce
Maintainer: cmounce
Last Packager: cmounce
Votes: 2
Popularity: 0.21
First Submitted: 2024-05-31 06:20 (UTC)
Last Updated: 2024-11-24 01:46 (UTC)

Latest Comments

cmounce commented on 2024-11-24 01:50 (UTC)

Hi @tetrachromat, the order of params passed to make is now lilt decker docs. Sorry for the breakage! I built the package in a clean chroot and it built fine, so I hope this is fixed--let me know if it isn't.

tetrachromat commented on 2024-11-13 17:27 (UTC)

I'm having trouble with this package because lilt needs to be built ahead of the rest of the program. Adding make lilt in build() before the decker and docs targets seems to resolve the issue- can the pkgbuild be updated?

cmounce commented on 2024-07-07 03:38 (UTC)

Hey @aaadelnrrv, thanks for the suggestion! I just added docs to the PKGBUILD.

aaadelnrrv commented on 2024-07-02 05:04 (UTC)

Hey, glad to see decker being packaged!

I have one suggestion from when I hacked together a pkgbuild for myself a while back:

You could build the documentation (docs make target) and then install the resulting files to usr/share/doc/decker/

e.g.

install -Dm0644 -t "${pkgdir}/usr/share/doc/decker/" docs/*.html
install -Dm0644 -t "${pkgdir}/usr/share/doc/decker/images/" docs/images/*