Search Criteria
Package Details: gtfs-to-html 2.10.10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gtfs-to-html.git (read-only, click to copy) |
|---|---|
| Package Base: | gtfs-to-html |
| Description: | Build human readable transit timetables as HTML or PDF from GTFS. |
| Upstream URL: | https://gtfstohtml.com/ |
| Licenses: | MIT |
| Submitter: | michael_wzq |
| Maintainer: | michael_wzq |
| Last Packager: | michael_wzq |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-06-11 08:56 (UTC) |
| Last Updated: | 2025-04-04 23:44 (UTC) |
Dependencies (5)
- bash (bash-gitAUR, bash-devel-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
Latest Comments
dreieck commented on 2026-06-04 08:20 (UTC)
Patch to
PKGBUILDwhich brings this package up to date and fixes build errors and makes only one run ofnpm:New
PKGBUILD↗ here.Regards!
dreieck commented on 2026-06-04 07:44 (UTC)
package()fails for me:Regards!
dreieck commented on 2026-06-04 07:41 (UTC) (edited on 2026-06-04 07:42 (UTC) by dreieck)
Suggestion: Add verbose flag to
npmactions to actually see the ongoing process.And, I have packaged
nodejs-gtfs(with only onenpmrun inprepare(), by the way, and inpackage()I locally copy prepared things into place; maybe you are interested in that way of doing things), which this software actually also uses. Maybe you find a way that it uses system-installed package and then depend on that, so this package does not need to download and bundle it's own copy ofnode-gtfsand it's dependencies?Regards and thanks for the package!
dreieck commented on 2024-09-11 13:45 (UTC)
It still downloads stuff in
package().dreieck commented on 2024-07-04 10:45 (UTC)
Can you install an example
config.jsonto/usr/share/doc/gtfs-to-html/config.example.json?That would be helpful.
Regards!
dreieck commented on 2024-07-04 10:43 (UTC)
Please make sure that
npmdependency download happens inprepare(), not inpackage()!,$srcdir(to not clutter the build user's$HOMEdirectory).Also, dependencies are missing:
nodejs, and maybe:gcc-libs,bash,glibc.Also, this seems to not be an
arch=('any')package. According tonamcap:And you need to install the license into
/usr/share/licenses/${pkgname}/:Regards and thanks for the package!