pkgname=pacman
license=('GPL')
pkgdesc="A library-based package manager with dependency support"
url="https://www.archlinux.org/pacman/"
arch=('x86_64')

pkgver=@PKGVER@
pkgrel=@PKGREL@
depends=(@PKGDEPS@)

prepare() { :; }
build() { :; }
package() { :; }
