Package Details: birch-git r312.954d015-1

Git Clone URL: https://aur.archlinux.org/birch-git.git (read-only, click to copy)
Package Base: birch-git
Description: An IRC client written in bash
Upstream URL: https://github.com/dylanaraps/birch
Licenses: MIT
Submitter: Crestwave
Maintainer: Crestwave
Last Packager: Crestwave
Votes: 0
Popularity: 0.000000
First Submitted: 2019-02-14 05:07 (UTC)
Last Updated: 2020-03-06 10:59 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

crian commented on 2020-03-06 11:05 (UTC)

Thank you for updating so fast.

Crestwave commented on 2020-03-06 10:59 (UTC)

Well, there used to be a Makefile. I've gotten used to running it directly from the repo so I didn't notice. I've updated it now.

crian commented on 2020-03-06 10:14 (UTC) (edited on 2020-03-06 10:18 (UTC) by crian)

install process failed. there is no Makefile in the birch repo, so "make install" makes no sense. also LICENSE.md is placed in the wrong dir. we want "birch" and not "birch-git".

corrected proposal:

package() {
  cd "$srcdir/birch"
  install -Dm755 -t "$pkgdir/usr/bin/" birch
  install -Dm644 -t "$pkgdir/usr/share/licenses/birch" LICENSE.md
}