# Description: A modern terminal IRC client # URL: https://git.sr.ht/~delthas/senpai # Maintainer: Hamza E. , hamzaelasmar12 at gmail dot com # Depends on: go scdoc name=senpai version=0.4.1 release=1 source=(https://github.com/delthas/$name/archive/refs/tags/v$version.tar.gz) build(){ cd $name-$version make make install PREFIX=$PKG/usr }