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

build() {
	swiftc pacwrap.swift
}

package() {
	install -Dm755 pacwrap $pkgdir/usr/bin
	install -Dm644 pak.cfg /etc
}