Merge pull request #13 from nagbalae/arch

fixing arch package build
This commit is contained in:
Bazsi 2020-06-21 16:11:23 +02:00 committed by GitHub
commit 2eeadf681d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

@ -9,13 +9,12 @@ license=('MIT')
options=(zipman)
depends=('libx11' 'libxinerama' 'libxft')
makedepends=('git')
install=arch/dwm.install
provides=('dwm')
conflicts=('dwm')
source=("$_pkgname::git+https://github.com/nagbalae/dwm"
config.h)
)
md5sums=( 'SKIP'
'SKIP') # so you can customize config.h
)
pkgver(){
cd $_pkgname

View File

@ -1,5 +0,0 @@
post_install() {
echo "-- Edit config.h in dwm's PKGBUILD directory (generally /var/abs/community/dwm/)"
echo "-- and rebuild package if you want to change settings."
echo "-- Or, place custom config.h in \$SRCDEST/dwm-git/config.h and rebuild."
}