dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 95df754712c81a2500de3dfbeb8d2dd6367e32a9
parent 652161e2bfcf439eada9e8d6560a4097e0622ef8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 14 Sep 2019 16:59:23 +0200

Add debvm-nl, remove unused submodules

Diffstat:
D.local/lib/par/Makefile | 34----------------------------------
D.local/lib/sent | 1-
M.ssh/config | 5+++++
3 files changed, 5 insertions(+), 35 deletions(-)

diff --git a/.local/lib/par/Makefile b/.local/lib/par/Makefile @@ -1,34 +0,0 @@ -VERSION = 152 - -PREFIX ?= /usr/local -MANPREFIX ?= $(PREFIX)/share/man -STRIP ?= strip -INSTALL ?= install - -BIN = Par$(VERSION)/par - -default: $(BIN) - -install: Par$(VERSION)/par - $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin - $(INSTALL) -m 0755 $(BIN) $(PREFIX)/bin - $(INSTALL) -m 0755 -d $(DESTDIR)$(MANPREFIX)/man1 - $(INSTALL) -m 0644 $(BIN).1 $(MANPREFIX)/man1 - -uninstall: - $(RM) $(DESTDIR)$(PREFIX)/bin/$(BIN) - $(RM) $(DESTDIR)$(MANPREFIX)/man1/$(BIN).1 - -$(BIN): - make -C Par$(VERSION) -f protoMakefile CC="cc -c" LINK1="cc" LINK2="-o" RM="rm" JUNK="" $* - -Par$(VERSION)/par.c: Par$(VERSION).tar.gz - tar xvfz $< - -Par$(VERSION).tar.gz: - curl -OL http://www.nicemice.net/par/$@ - -clean: - $(RM) Par$(VERSION)/*.o - -.PHONY: clean default install uninstall diff --git a/.local/lib/sent b/.local/lib/sent @@ -1 +0,0 @@ -Subproject commit 72d33d463fed7ba271961a6f91cae1fed8faa454 diff --git a/.ssh/config b/.ssh/config @@ -34,6 +34,11 @@ Host debvm User ad Port 12346 +Host debvm-nl + Hostname 45.76.35.24 + User root + Port 22 + Host aur.archlinux.org IdentityFile ~/.ssh/aur User aur