Package Details: wava-git r47.330a795-1

Git Clone URL: https://aur.archlinux.org/wava-git.git (read-only, click to copy)
Package Base: wava-git
Description: Weird Audio Visualizer for ALSA
Upstream URL: https://github.com/fusionhuh/wava
Licenses: GPL3
Conflicts: wava
Provides: wava
Submitter: rhysperry111
Maintainer: rhysperry111
Last Packager: rhysperry111
Votes: 1
Popularity: 0.000004
First Submitted: 2022-08-17 16:07 (UTC)
Last Updated: 2022-08-22 16:48 (UTC)

Latest Comments

rhysperry111 commented on 2022-08-22 11:23 (UTC) (edited on 2022-08-22 11:23 (UTC) by rhysperry111)

Once I'm hope I'll add the submodule as is instructed in the VCS Package Guidelines. If it's possible though, I'd rather create libwava as its own package that this one depends on.

cigneve commented on 2022-08-22 10:18 (UTC)

Can you add libwava submodule this would do the trick because there is the .gitmodules file in the repo

prepare() {
  cd "wava"
  git submodule init
  git submodule update
}