Howdy,
I put together a PKGBUILD for opustags, a cli tagger for opus files. I am pretty sure I 
did it right, but I get the error "/bin exists in file system" when installing 
the package.
So, I guess I am missing something completely obvious lol. The PKGBUILD is 
attached.
Thanks for any help
Storm
--
Powered by Arch Linux! I am registered Linux user number 508465: 
https://linuxcounter.net/user/508465.html
My blog, Thoughts of a Dragon: http://www.stormdragon.tk/
get my public PGP key: gpg --keyserver wwwkeys.pgp.net --recv-key 43DDC193
Twitter and Facebook are so ... yesteryear. Get your 2MB Social account TODAY! 
http://2mb.social/main/register
My Blackberry is Broken: http://is.gd/my_blackberry_is_broken
"Every day is Halloween"
Type O Negative - Black No. One
# Maintainer: Storm Dragon <[email protected]>
_pkgname=opustags
pkgname=opustags-git
pkgver=0.36.fcd6470
pkgrel=1
pkgdesc="View and edit tags for opus files from the command line."
arch=('any')
url="http://github.com/fmang/pkgname";
license=('GPL3')
depends=('libogg')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+git://github.com/fmang/$_pkgname.git")
md5sums=("SKIP")

 pkgver()
{
   cd "$srcdir/$_pkgname"
   echo "0.$(git rev-list --count HEAD).$(git describe --always)"
 }

build()
{
cd "$srcdir/$_pkgname"
make
}

package()
 {
  cd "$srcdir/$_pkgname"
make PREFIX=/usr DESTDIR="$pkgdir" install
  }

# vim:set ts=2 sw=2 et:

Attachment: signature.asc
Description: PGP signature

Reply via email to