# Maintainer: Arsen Musayelyan 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 }