Commit Graph

15 Commits (c5ecb73298a2887a7842bc7ffafff230c092a53e)

Author SHA1 Message Date
jwerle c5ecb73298 (bpkg-env): introduce 'bpkg-env 2 years ago
jwerle edaf0cab93 refactor(): support 'commands' for 'bpkg run' and 'BPKG_SCRIPT_SOURCES' env var 2 years ago
jwerle 1d6eeb6529 feat(): introduce 'bpkg source <name>' 2 years ago
jwerle 9ea0f02b76 feat(): introduce 'bpkg-run' 2 years ago
Ben Peachey a53a6648cc Fix all Shellcheck SC2155 violations. 2 years ago
Ben Peachey 355a1bd49d Fix all Shellcheck SC2086 violations. 2 years ago
Joseph Werle f0496dfbf5 refactor(setup.sh): Use single bracket with quoted USER env variable 4 years ago
Dominic Giglio 8e9e6e96f4 refactor(setup.sh): Use double-quotes and double bracket conditional compound 4 years ago
Jean Claveau ab8f787e4b Setup to $HOME/.local if run as non root user 4 years ago
brandonocasey 594474720c updated setup.sh to install getdeps
this prevents the error 'error: `getdeps' is not a bpkg command.'
8 years ago
Sebastian Schuberth ab3868a421 Also print some output for the "link" target 9 years ago
Sebastian Schuberth 5e36050143 Support installing on file systems that do not support symbolic links
When cloning a Git repository that contains symbolic links to a file
system that does not support symbolic links, Git replaces the links with
plain text files that contain the path to the target file. If we encouter
such files, install the linked source file rather than the link.
9 years ago
Sebastian Schuberth 9cd59f05f8 Ensure symbolic links have absolute targets
Fixes #21.
9 years ago
Sebastian Schuberth 84b0eeab90 Create the installation directory if required 9 years ago
Sebastian Schuberth bff2fde9c9 Get rid of the dependency on "make" to install "bpkg"
Rename install.sh to setup.sh in order to take the Makefile targets.
Former make target names are now passed to the script like

$ ./setup.sh uninstall

Fixes #45.
9 years ago