teapub egg woes pasted by wasamasa on Thu Sep 17 19:08:38 2020

((synopsis "Webview-based EPUB viewer")
 (author "Vasilij Schneidermann")
 (license "GPL-3")
 (category misc)
 (dependencies srfi-1 srfi-18 intarweb matchable medea scsh-process
               spiffy ssax sxpath sxml-transforms uri-common webview)
 (build-dependencies spock)
 (foreign-dependencies "unzip")
 (components (program teapub
                      (component-dependencies teapub-static-resources))
             (data teapub-static-resources
                   (files "resources/index.html"
                          "resources/reader.js"
                          "resources/style.css")
                   (component-dependencies teapub-dynamic-resources))
             (generated-source-file teapub-dynamic-resources
                                    (custom-build "build-js")
                                    (source-dependencies "resources/reader.scm"))))

fixed egg pasted by wasamasa on Thu Sep 17 19:14:13 2020

((synopsis "Webview-based EPUB viewer")
 (author "Vasilij Schneidermann")
 (license "GPL-3")
 (category misc)
 (dependencies srfi-1 srfi-18 intarweb matchable medea scsh-process
               spiffy ssax sxpath sxml-transforms uri-common webview)
 (build-dependencies spock)
 (foreign-dependencies "unzip")
 (components (program teapub)
             (data teapub-static-resources
                   (files "resources/index.html"
                          "resources/reader.js"
                          "resources/style.css")
                   (component-dependencies teapub-dynamic-resources))
             (generated-source-file teapub-dynamic-resources
                                    (custom-build "build-js")
                                    (source-dependencies "resources/reader.scm"))))

tiny repro added by wasamasa on Thu Sep 17 19:31:23 2020

((synopsis "Broken")
 (components (program test (component-dependencies test-files))
             (data test-files (files "test.txt"))))