Package Details: pakku-git 1:0.14.r19.gf2a93be-1

Git Clone URL: https://aur.archlinux.org/pakku-git.git (read-only, click to copy)
Package Base: pakku-git
Description: Pacman wrapper with AUR support with latest changes from github repo
Upstream URL: https://github.com/zqqw/pakku
Keywords: aur aur-helper helper nim pacman pakku wrapper
Licenses: GPL-3.0-only
Conflicts: pakku
Provides: pakku
Submitter: haawda
Maintainer: IOAOI (apropos)
Last Packager: IOAOI
Votes: 8
Popularity: 0.000000
First Submitted: 2018-04-07 22:05 (UTC)
Last Updated: 2024-08-09 01:50 (UTC)

Dependencies (6)

Required by (2)

Sources (1)

Latest Comments

1 2 3 Next › Last »

IOAOI commented on 2024-08-09 02:03 (UTC)

Drinking Wine Spo-Dee-O-Dee? Oh, I see, all done, thank you for the hints!

micwoj92 commented on 2024-08-08 21:32 (UTC)

Please add pacman to dependencies and use SPDX license identifier.

IOAOI commented on 2024-03-16 23:28 (UTC)

If you get "pakku: error while loading shared libraries: libalpm.so.13:" then rebuild pakku with makepkg and install with pacman -U to fix it.

IOAOI commented on 2022-01-20 14:52 (UTC)

BTW, with the latest commit, -Sn and -Sz options work again to build binary repo packages from source and obtain binary package PKGBUILD's and related files. It's also possible to specify the version now. See updated pakku man page - and no, these changes were not the problem with asciidoc!

IOAOI commented on 2022-01-20 14:47 (UTC)

Sorry, it was due to the recent asciidoc update, a workaround was detailed on the issues. https://github.com/zqqw/pakku/issues/20 That workaround has been pushed to the Pakku repo now so it should build with both the current and previous versions of asciidoc.

j0hannes commented on 2022-01-20 07:50 (UTC)

The package currently won't build:

Man page: asciidoc --help manpage Syntax: asciidoc --help syntax make: *** [Makefile:98: doc/pakku.8.in] Error 1

IOAOI commented on 2021-11-03 01:55 (UTC) (edited on 2021-11-03 02:01 (UTC) by IOAOI)

// cd ${pkgname%-git} // + echo "make "${addargs[@]}" NIM_CACHE_DIR='../nimcache' PREFIX='/usr'" // make "${addargs[@]}" NIM_CACHE_DIR='../nimcache' PREFIX='/usr' //

PKGBUILD is a BASH script... :) This is an AUR helper - makepkg will always be available to build - using make directly is pointless anyhow!

abd commented on 2021-11-03 01:25 (UTC) (edited on 2021-11-03 01:25 (UTC) by abd)

" passes various arguments to make"
apologize, as still don't get it what those are
Would you please determine these to answer clearly but very briefly in github pakku make issue
https://github.com/kitsunyan/pakku/issues/61

So every single thing is complete and transparent

IOAOI commented on 2021-11-02 20:03 (UTC)

The PKGBUILD passes various arguments to make, the Makefile isn't autogenerated by GNU autotools, it's a custom written one, there's no configure script which usually handles that separately. Probably it's easier to use makepkg: https://github.com/zqqw/pakku/wiki/Building-and-modifying-pakku

abd commented on 2021-11-02 15:36 (UTC) (edited on 2021-11-02 16:11 (UTC) by abd)

So sorry IOAOI
Yours' works great
Error just meant if i type on $ prompt 'make' on pakku being cloned from github, all by my own
Any Idea why so greatly differ: directly fails and your Aur works