Package Details: cuttlefish-base-git 1:r6181.20240702.8b6907327-1

Git Clone URL: https://aur.archlinux.org/cuttlefish-base-git.git (read-only, click to copy)
Package Base: cuttlefish-base-git
Description: Cuttlefish Android Virtual Device companion package contains set of tools and binaries required to boot up and manage Cuttlefish Android Virtual Device that are used in all deployments.
Upstream URL: https://github.com/google/android-cuttlefish
Licenses: Apache
Conflicts: cuttlefish-base
Provides: cuttlefish-base
Submitter: USA-RedDragon
Maintainer: None
Last Packager: dreieck
Votes: 0
Popularity: 0.000000
First Submitted: 2022-10-11 20:33 (UTC)
Last Updated: 2024-07-04 10:34 (UTC)

Latest Comments

dreieck commented on 2023-09-05 16:48 (UTC)

I have fixed up the PKGBUILD, but I am disowning because I am not using it.

dreieck commented on 2023-09-05 16:25 (UTC)

This PKGBUILD has serious problems:

  • Not all files needed to build are present in source array,
  • tries to locate files for build outside of "${srcdir}" (this will fail if $SRCDEST is utilised),
  • misses $pkgver() function.

Please fix.

Regards!

USA-RedDragon commented on 2023-08-23 17:27 (UTC)

Disowned. Feel free to maintain this

USA-RedDragon commented on 2023-08-23 17:26 (UTC)

Or I can just....

MarsSeed commented on 2023-08-23 16:55 (UTC)

Also please kindly remove the unneeded ssvnc-nojava dependency.

The Android Cuttlefish source does not need it, doesn't refer to in anywhere, and never did so, as per my local Git history search.

MarsSeed commented on 2023-08-23 16:50 (UTC)

Please kindly implement the needed pkgver() function in PKGBUILD, as per Arch Wiki's VCS package guidelines.