Package Details: dam-river-git r50.be43694-1

Git Clone URL: https://aur.archlinux.org/dam-river-git.git (read-only, click to copy)
Package Base: dam-river-git
Description: Itsy-bitsy dwm-esque bar for river
Upstream URL: https://codeberg.org/sewn/dam
Keywords: river statusbar
Licenses: MIT
Conflicts: dam
Provides: dam
Submitter: izzqz
Maintainer: izzqz
Last Packager: izzqz
Votes: 1
Popularity: 0.39
First Submitted: 2024-12-05 10:32 (UTC)
Last Updated: 2024-12-29 13:57 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

izzqz commented on 2024-12-29 14:05 (UTC)

@tomcat0x42 Added. This is useful, thanks

tomcat0x42 commented on 2024-12-28 15:07 (UTC)

Could you add a prepare function like this:

prepare() {
  if [ -e "$BUILDDIR/config.h" ]; then
    cp "$BUILDDIR/config.h" "$srcdir"/"$pkgname"
  fi
}

To add a custom config.h?