summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-24 11:07:13 +0300
committerDimitris Kiziridis2020-04-24 11:07:13 +0300
commitc351ba5e803ca5709d7833e4c2b8154659ab1fb8 (patch)
tree33cd9d1321a0f99ed838dc7d6aece1fa06ba99c0
downloadaur-c351ba5e803ca5709d7833e4c2b8154659ab1fb8.tar.gz
Initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD16
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..99a951703036
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = wellington-bin
+ pkgdesc = Adds spriting to the lightning fast libsass. No need to learn a new tool, this all happens right in your Sass
+ pkgver = 1.0.4
+ pkgrel = 1
+ url = http://getwt.io
+ arch = x86_64
+ license = Apache-2.0
+ provides = wellington
+ source = https://github.com/wellington/wellington/releases/download/v1.0.4/wt_v1.0.4_linux_amd64.tar.gz
+ sha256sums = f0f8ad2461b16e6277b863b092826a9d0c066877c3ea13bd79694d327e800d3d
+
+pkgname = wellington-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d6f2faa0df4b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+
+pkgname=wellington-bin
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="Adds spriting to the lightning fast libsass. No need to learn a new tool, this all happens right in your Sass"
+arch=('x86_64')
+url='http://getwt.io'
+license=('Apache-2.0')
+provides=("${pkgname%-bin}")
+source=("https://github.com/wellington/wellington/releases/download/v${pkgver}/wt_v${pkgver}_linux_amd64.tar.gz")
+sha256sums=('f0f8ad2461b16e6277b863b092826a9d0c066877c3ea13bd79694d327e800d3d')
+
+package() {
+ install -Dm755 "${srcdir}/wt" "${pkgdir}/usr/bin/wt"
+} \ No newline at end of file