blob: df9335c4030445fe10e197c3e8782508f3d40ff7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = pacpak-git
pkgdesc = manage your flatpaks with this pacman wrapper
pkgver = 0.1.0.r0.g9b8dabc
pkgrel = 1
url = https://github.com/egnrse/pacpak
arch = x86_64
license = MIT
makedepends = git
makedepends = cargo
depends = flatpak
provides = pacpak
conflicts = pacpak
source = pacpak-git::git+https://github.com/egnrse/pacpak#branch=main
sha512sums = SKIP
pkgname = pacpak-git
|