Package Details: homed-web 1.2.4-1

Git Clone URL: https://aur.archlinux.org/homed-web.git (read-only, click to copy)
Package Base: homed-web
Description: HOMEd Web is web interface for all HOMEd services
Upstream URL: https://wiki.homed.dev/
Licenses: GPL3
Submitter: u236
Maintainer: u236
Last Packager: u236
Votes: 1
Popularity: 0.000241
First Submitted: 2023-10-06 10:29 (UTC)
Last Updated: 2023-11-07 16:48 (UTC)

Latest Comments

aa13q commented on 2024-08-15 21:22 (UTC)

package() PKGBUILD part is also missing something like:

  mkdir -p ${pkgdir}/usr/share/${pkgname}
  cp -r deploy/data/usr/share/${pkgname}/* ${pkgdir}/usr/share/${pkgname}

(not sure how to implement it with install -m command approach without over-thinking

aa13q commented on 2024-08-15 20:40 (UTC) (edited on 2024-08-15 20:40 (UTC) by aa13q)

2.3.0 is there, sha512 is c2b4ffd61e75bf6af2e08d4eb2327897a1a8b297d51d3a63e3bdf1809ba4aa1a0aef1483a68e9609895b5b46f96d5a89a8692a03d74629a61072a14260368ad9.

PKGBUILD's package() is missing make INSTALL_ROOT="${pkgdir}/" install part