wtf
This commit is contained in:
parent
14702f2d00
commit
8c397a23bf
36
PKGBUILD
36
PKGBUILD
|
@ -3,9 +3,8 @@ pkgver=0.1
|
|||
pkgrel=1
|
||||
pkgdesc="Thurstylark's auto configuration and package depends"
|
||||
arch=(any)
|
||||
url="http://git.thurstylark.org/tl-config"
|
||||
url="git.archlinux.org/tl-config"
|
||||
license=('none')
|
||||
<<<<<<< HEAD
|
||||
groups=()
|
||||
depends=(
|
||||
# System setup
|
||||
|
@ -19,27 +18,8 @@ depends=(
|
|||
'alsa-utils'
|
||||
# Non-graphical environment
|
||||
'vifm' 'vcsh'
|
||||
=======
|
||||
depends=('pacaur'
|
||||
'git'
|
||||
'openssh'
|
||||
'mosh'
|
||||
'chromium'
|
||||
'chromium-widevine'
|
||||
'i3'
|
||||
'3lock'
|
||||
'dmenu'
|
||||
'germinal'
|
||||
'tmux'
|
||||
'vifm'
|
||||
'vcsh'
|
||||
'htop'
|
||||
'nmap'
|
||||
'pkgfile'
|
||||
>>>>>>> b4d547670e10ac1585f21a914cc5e6f9887f0aa1
|
||||
'pass'
|
||||
'vim-systemd'
|
||||
<<<<<<< HEAD
|
||||
# Non-graphical Apps
|
||||
'nmap' 'openvpn'
|
||||
'pbpst' 'fb-client' 'shellcheck'
|
||||
|
@ -74,20 +54,8 @@ source=("10-dpms.conf"
|
|||
"50-synaptics.conf"
|
||||
"mirrorupgrade.hook"
|
||||
)
|
||||
=======
|
||||
'vte3-ng'
|
||||
'xautolock'
|
||||
'xclip'
|
||||
'xdotool')
|
||||
install=
|
||||
source=("20-inteltearfree.conf"
|
||||
"50-synaptics.conf"
|
||||
"pacman.conf")
|
||||
>>>>>>> b4d547670e10ac1585f21a914cc5e6f9887f0aa1
|
||||
noextract=()
|
||||
md5sums=('760c4d3a7fa06a68a981e9785f235218'
|
||||
'5584c5db17558cc6ccafc48e4e2d6f6b'
|
||||
'1dfed5a9bb5ffc5fe43b361f7ece50b4')
|
||||
md5sums=()
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir/" install
|
||||
|
|
Loading…
Reference in New Issue