summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d668c589e46a4cc4f58d11c74be75b1023262742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Arsen Musayelyan <moussaelianarsen@gmail.com>
pkgname=pak-config-yay-git
pkgver=r3.f0ec020
pkgrel=1
pkgdesc="A yay config for pak"
arch=('x86_64')
url="https://gitlab.com/moussaelianarsen/pak"
license=('GPL3')
depends=('aptyay-git')
replaces=('pak-config-yay')
provides=('pak-config')
source=("https://gitlab.com/moussaelianarsen/pak/raw/master/plugins/yay/pak.cfg")
md5sums=('SKIP')
conflicts=('pak-config-pacman-git')

package() {
	install -Dm644 pak.cfg $pkgdir/etc/pak.cfg
}