summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302016-04-06 18:47:15 +0200
committerM0Rf302016-04-06 18:47:15 +0200
commitf4999e9ffd7edcf291757d6cd825b677d2150d85 (patch)
tree71732f69a39948bdeb431258a255704810fd9027
downloadaur-f4999e9ffd7edcf291757d6cd825b677d2150d85.tar.gz
first commit
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD19
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..0f86dc98ed45
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Wed Apr 6 16:47:07 UTC 2016
+pkgbase = dashing
+ pkgdesc = A Dash Generator Script for Any HTML
+ pkgver = 0.3.0
+ pkgrel = 1
+ url = https://github.com/technosophos/dashing
+ arch = i686
+ arch = x86_64
+ license = MIT
+ source = https://github.com/technosophos/dashing/releases/download/0.3.0/dashing
+ md5sums = 26285d4771fd9720361fe6504ea8dbc3
+
+pkgname = dashing
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1738f6e46794
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+#Maintainer: M0Rf30
+pkgname=dashing
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="A Dash Generator Script for Any HTML"
+arch=('i686' 'x86_64')
+url="https://github.com/technosophos/dashing"
+license=('MIT')
+depends=()
+source=(https://github.com/technosophos/dashing/releases/download/0.3.0/dashing)
+
+package(){
+ _bin_dest=usr/bin
+
+ install -Dm755 $srcdir/dashing "$pkgdir/${_bin_dest}/dashing"
+
+}
+
+md5sums=('26285d4771fd9720361fe6504ea8dbc3')