Search Criteria
Package Details: fsearch-git 0.1beta4.r19.gbec77b8-1
Git Clone URL: | https://aur.archlinux.org/fsearch-git.git (read-only, click to copy) |
---|---|
Package Base: | fsearch-git |
Description: | A fast file search utility. Git Version. |
Upstream URL: | https://cboxdoerfer.github.io/fsearch |
Keywords: | search |
Licenses: | |
Conflicts: | |
Submitter: | wander |
Maintainer: | wander |
Last Packager: | wander |
Votes: | 45 |
Popularity: | 0.51 |
First Submitted: | 2016-05-31 16:28 |
Last Updated: | 2020-03-08 15:01 |
Latest Comments
1 2 Next › Last »
wander commented on 2020-03-08 15:04
@yochananmarqos: Oh, thank you! Fixed.
yochananmarqos commented on 2020-03-08 14:51
@supermuffin: You updated the
pkgver()
function, but you didn't actually run at leastmakepkg -od
to generate thepkgver
before you pushed your commit. ;)supermuffin commented on 2020-03-07 20:25
@wander: Thank you!
wander commented on 2020-03-07 19:01
@supermuffin: Thanks, fixed.
supermuffin commented on 2020-03-07 18:30
new pkgver=r493.03b2996 does not build:
himanshuxd commented on 2019-12-29 12:37
Wish this was as good as Everything search on windows.
yochananmarqos commented on 2019-08-04 20:45
hicolor-icon-theme
is not necessary asgtk3
pulls it in.pcre
is not necessary as it's required bygrep
which is in the base-devel group.Tags are available, please use:
The
PREFIX=/usr
make flag is not necessary.Please use consistent indentation.
wander commented on 2016-11-20 09:43
@TrialnError, thx, fixed.
TrialnError commented on 2016-11-19 13:17
Adding autoconf and libtool to makedeps isn't necessary.
All packages from base and base-devel are a requirement for the AUR and those packages aren't added to the deps lines
Edit: and pkg-config
wander commented on 2016-11-18 10:12
@johnnydvc, yeah but otherwise yaourt can't build projects from the AUR. You have to be able to execute stuff like autogen.sh or configure. Maybe there's a way how to tell yaourt to build in a different directory, but it definitely needs the ability to execute scripts.