summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 02dcb5931c62165541a7f34bb1b8e7cfdfb453d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
_newpkg='dolphin-emu'
pkgbase=dolphin-emu-osvr-git
pkgname=('dolphin-emu-osvr-git' 'dolphin-emu-osvr-cli-git')
pkgver=0.0.1
pkgrel=1
epoch=1
pkgdesc="metapackage - migrate to $_newpkg"
arch=('any')

_package() {
  depends=("$_newpkg")
}

package_dolphin-emu-osvr-git() {
  depends=("$_newpkg")
}

package_dolphin-emu-osvr-cli-git() {
  depends=("$_newpkg")
}