summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f20f0a6bdadfacabeb86042f9ba659aa84b61bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Carson Black <uhhadd@gmail.com>
# Thanks to simonizor, e5ten, and greyfade for helping with bash scripting and packaging.
pkgname=puyo
pkgver=1.0
pkgrel=1
pkgdesc="A frontend for pacman and yay."
arch=('any')
url="https://github.com/Appadeia/puyo"
license=('GPL')
groups=()
depends=('bash' 'pacman' 'yay')
backup=()
options=()
install=
changelog=
source=("https://github.com/Appadeia/puyo/archive/1.0.tar.gz")
noextract=()
md5sums=('ca2521da8b59c6a303cc8bfaf9606260')

package() {
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir/usr" install
}