blob: 410f2324d0d1cb7e0bd33159ab57b12b4ae5b076 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Maintainer: Jacob McSwain <jacob@mcswain.dev>
pkgname=cuttlefish-common-git
pkgver=0.9.25
pkgrel=1
pkgdesc="Cuttlefish Android Virtual Device companion package metapackage ensuring all packages needed to run and interact with Cuttlefish device are installed."
arch=(any)
license=(Apache)
url="https://github.com/google/android-cuttlefish"
depends=(
"cuttlefish-base-git"
"cuttlefish-user-git"
)
# vim: ft=sh:ts=4:sw=4:et:nowrap
|