Search Criteria
Package Details: filepacker 0.0.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/filepacker.git (read-only, click to copy) |
---|---|
Package Base: | filepacker |
Description: | Packs groups of n files in folders |
Upstream URL: | https://github.com/DisableGraphics/Filepacker |
Keywords: | file pack |
Licenses: | GPL |
Submitter: | DisableGraphics |
Maintainer: | DisableGraphics |
Last Packager: | DisableGraphics |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-05-14 12:27 (UTC) |
Last Updated: | 2022-10-12 08:21 (UTC) |
Latest Comments
kleintux commented on 2022-09-06 08:54 (UTC)
Please change this package like guidelines
kleintux commented on 2022-05-14 19:38 (UTC)
Please provide an upstream url tar xf v${pkgver}.tar.gz is not necessary. This will be done automatically. mkdir -p "${pkgdir}/usr/" is obsolete you are creating the directory one line later. Or you can use it like in my build with install.
make need to be in the build() function.
Instead of 'cd ${srcdir}/Filepacker-${pkgver}' you could use 'cd ${pkgname^}-${pkgver}'
My PKGBUILD would be look like this: http://ix.io/3XMY feel free to use it.