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-devel-gitAUR, bash-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
Latest Comments
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!