# Maintainer: Rocket Aaron <i at rocka dot me>

pkgname='v2raya-core'
pkgdesc='v2ray core for v2rayA'
pkgver=1
pkgrel=1
url='https://github.com/v2fly/v2ray-core'
license=('MIT')
depends=('v2ray')
arch=('any')

package() {
    # nothing to package; but cannot be empty
    :
}
