summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2017-01-14 22:08:02 +0100
committerAlexandre Bouvier2017-01-14 22:08:02 +0100
commit4b1efed56f8b78f783058b9cd2e8dfc417548ec7 (patch)
tree31bde12f912d0745e4162c163522e2748de5da53 /PKGBUILD
downloadaur-4b1efed56f8b78f783058b9cd2e8dfc417548ec7.tar.gz
first commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..bf754b022345
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: doskoi <doskoi dot panda at free dot fr>
+pkgname=foobar2000-texttools-bin
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Adds customizable context menu commands for copying information about the selected tracks to clipboard"
+arch=('any')
+url="https://www.foobar2000.org/components/view/foo_texttools"
+license=('unknown')
+depends=('foobar2000')
+source=("$pkgname-$pkgver.zip::https://www.dropbox.com/s/6rzhmgw8y8sibv5/foo_texttools.zip")
+md5sums=('29f4b0ded57db27b806b0943ebb239bb')
+
+package() {
+ install -Dm644 -t "$pkgdir/usr/share/foobar2000/components" foo_texttools.dll
+}