Search Criteria
Package Details: myget 1.1.2.r13.g796185d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/myget.git (read-only, click to copy) |
---|---|
Package Base: | myget |
Description: | Multi-thread downloader accelerator for GNU/Linux (fork) |
Upstream URL: | https://myget.sourceforge.net |
Licenses: | GPL-2.0-only |
Submitter: | urain39 |
Maintainer: | kleintux (a821) |
Last Packager: | kleintux |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-13 22:49 (UTC) |
Last Updated: | 2024-02-24 06:11 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
kleintux commented on 2024-02-24 06:13 (UTC)
@a821 thanks for drawing my attention to this and the patch. In my memories I fixed the PKGBUILD... so well I did it now on base of your patch. thank you. I added you as well as co-maintainer if you like. cheers
a821 commented on 2024-02-23 11:08 (UTC)
@kleintux: do you intend to fix this package or do you want to delete it? (did you forget about it?) I don't want to maintain this, but I think this should be either fixed (due to many issues you have pointed out) or deleted. I didn't want to force the "orphaning" without asking.
Here I have a patch which seems to work ( I'm pinning the last commit because it seems there are some fixes, last stable version is from 2015 and the last commit from 2020. )
kleintux commented on 2022-12-18 11:47 (UTC)
Please remove the part with aurvote and SUDO.
Don't use SUDO in PKGBUILDS. it's forbidden. Don't install something direct to the System. It's a security risk and the files will not be deleted if the package gets deleted. You need to add the files to the pkgdir folder.
see https://wiki.archlinux.org/title/Creating_packages#package()
thank you for fixing and maintaining