summaryrefslogtreecommitdiff
path: root/src/librefetch/Makefile
AgeCommit message (Collapse)Author
2018-08-29Makefile: Fix installation of makepkg.d/librefetch.confv20180829Luke Shumaker
It was installed by `make install`, but not `make install-libretools`.
2018-08-26librefetch: Drop a file in /etc/makepkg.d/ rather than editing makepkg.confLuke Shumaker
The librefetch-install program will stick around for a while (1 year; 2019-08-26) so that it can be used from a post_upgrade hook to remove the old edits, in order to seamlessly migrate people. https://git.parabola.nu/abslibre.git/commit/?id=73982c5ad7057ce2fdec669d962aec6c9caf28c8
2017-01-30Update and tidy the build system for autothing v3.Luke Shumaker
2016-06-09Work with the new version of autothing.Luke Shumaker
2016-03-03buildsystem: rename all of the install-* variables to libretools-*Luke Shumaker
2016-02-08Refactor the build system. Avoid recursive make.Luke Shumaker
This looks like a lot, but more things should "just work". We have `make dist` now!
2016-02-07Update librefetch to work with pacman 5.Luke Shumaker
2015-01-04Wow, I botched some Makefile stuffLuke Shumaker
2015-01-01Add a utility to add/remove librefetch from makepkg.confLuke Shumaker
This script is formerly the install script for the bundled-up package.
2013-09-11Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵Luke Shumaker
chroot-tools
2013-07-27revamp the Makefiles to support manpagesLuke Shumaker
2013-04-25initial implementation of librefetchLuke Shumaker