mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
add conf/makepkg.conf
This commit is contained in:
parent
299b5ce108
commit
6fae4bfe62
8
conf/makepkg.conf
Normal file
8
conf/makepkg.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Use as many jobs as there are CPU cores
|
||||||
|
MAKEFLAGS="-j$(nproc)"
|
||||||
|
|
||||||
|
# Use /var/tmp/makepkg.$(whoami) as builddir to avoid tmpfs filling
|
||||||
|
BUILDDIR="/var/tmp/makepkg.$(whoami)"
|
||||||
|
|
||||||
|
# Create uncompressed packages, bigger packages, but slower build/install
|
||||||
|
PKGEXT='.pkg.tar'
|
1
install
1
install
@ -10,6 +10,7 @@ cat rc/zshrc > ~/.zshrc
|
|||||||
cat rc/profile > ~/.profile
|
cat rc/profile > ~/.profile
|
||||||
cat conf/gitconfig > ~/.gitconfig
|
cat conf/gitconfig > ~/.gitconfig
|
||||||
cat rc/vimrc > ~/.vimrc
|
cat rc/vimrc > ~/.vimrc
|
||||||
|
cat conf/makepkg.conf > ~/.makepkg.conf
|
||||||
if [ ! -f ~/.oidentd.conf ]; then
|
if [ ! -f ~/.oidentd.conf ]; then
|
||||||
cat conf/oidentd.conf > ~/.oidentd.conf
|
cat conf/oidentd.conf > ~/.oidentd.conf
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user