Search Criteria
Package Details: ytdl-desktop 1.0.0-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/ytdl-desktop.git (read-only, click to copy) |
---|---|
Package Base: | ytdl-desktop |
Description: | Youtube Downloader Desktop.Use system-wide electron. |
Upstream URL: | https://github.com/kayy0812/ytdl-desktop |
Keywords: | downloader electron electronjs nodejs youtube ytdl-core |
Licenses: | MIT |
Conflicts: | ytdl-desktop |
Submitter: | zxp19821005 |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-08-20 07:31 (UTC) |
Last Updated: | 2024-10-26 07:03 (UTC) |
Dependencies (6)
- electron25AUR (electron25-binAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- gendesk (make)
- npm (corepackerAUR, nodejs-dummyAUR, python-nodejs-wheelAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR, nodejs-dummyAUR) (make)
Latest Comments
zxp19821005 commented on 2024-04-01 05:44 (UTC)
@j1simon I think it was just because of you've changed the value of
$startdir
.When you run 'gendesk --help',you will see chat:* "$startdir/PKGBUILD" is the default PKGBUILD filename.
. I have made modifications to thePKGBUILD
file, although I think it was not necessary.j1simon commented on 2024-03-30 08:52 (UTC)
It fails because the desktop file is created with wrong name:
If you do not specify
--pkgname
option,gendesk
creates a.desktop
file with the namePKGBUILD
. The correct command would be:gendesk -f -n -q --categories="Utility" --name="${_pkgname}" --exec="${pkgname} %U" --pkgname="${pkgname}"