Search Criteria
Package Details: html-builder-cli-git 3.0.0.r5.g696e94b-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/html-builder-cli-git.git (read-only, click to copy) |
|---|---|
| Package Base: | html-builder-cli-git |
| Description: | The fastest way to package an HTML project into a fully native desktop app |
| Upstream URL: | https://github.com/yikuansun/html-builder-cli |
| Licenses: | GPL3 |
| Conflicts: | html-builder-cli |
| Provides: | html-builder-cli |
| Submitter: | 0xGingi |
| Maintainer: | 0xGingi |
| Last Packager: | 0xGingi |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-08-15 02:12 (UTC) |
| Last Updated: | 2023-10-13 14:50 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
Latest Comments
a821 commented on 2023-10-12 19:09 (UTC)
I look more into this and see that
PKGBUILDis wrong. Thepackage()function creates an empty package because it does nothing (you can verify this by inspecting the generatedpkg.tar.zstfile and see that is empty (just the meta-data files are there)).I'm no expert in
nodejs, but you could try something like this (remove thebuild()function)At least it builds and the
pkg.tar.zstcontains files (ie, not empty)a821 commented on 2023-10-12 13:17 (UTC)
It does not work: I get the following error when building in a chroot.