summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Gatine2016-09-20 13:36:24 +0200
committerVincent Gatine2016-09-20 13:36:24 +0200
commite1c12a49e548086b5365bc3c388a9777f8a177a4 (patch)
tree183dd0b9c2993ca6c5bfe9ca66685234b5be4c0b /PKGBUILD
downloadaur-djboxsym.tar.gz
add first version on PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d1b30773879d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Vincent gatine <nurelin15@gmail.com>
+
+pkgname=djboxsym
+pkgver=1
+pkgrel=1
+pkgdesc="tool for quickly producing a gschem symbol from a minimal description"
+arch=('any')
+url="http://www.gedasymbols.org/user/dj_delorie/tools/djboxsym.html"
+license=('GPL2')
+depends=('perl')
+makedepends=()
+source=("http://www.gedasymbols.org/user/dj_delorie/tools/djboxsym")
+md5sums=('3a2f74349d769f60933d2f25caeac029')
+
+package() {
+ install -D -m755 djboxsym "${pkgdir}/usr/bin/djboxsym"
+}