summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJonathan Wright2016-01-25 10:04:27 +0000
committerJonathan Wright2016-01-25 10:04:27 +0000
commit83b17239d47d17a33760e90efff2131ec9e5b007 (patch)
treec0aef4abb2e63674e46d60a4a36942ca1a036e69 /.SRCINFO
downloadaur-83b17239d47d17a33760e90efff2131ec9e5b007.tar.gz
First commit of journey-git package
This is the first commit to the AUR of the journey-git package, a blogging engine written in golang and compatible with Ghost themes. This package: - created the user and group "journey" under which the service will run; - clones the latest version of the develop branch and compiles the binary, as well as downloads the initially supplied theme for journey (promenade); and - installs all files under /opt/journey (attempts were make to split it out under /var and /usr with symlinks, but the code at this time doesn't properly deal with symlinks in filesystem searches causing unusual errors). This is experimental package which uses the latest code in the develop branch. journey (core package, also self-compiled) and journey-bin (pre-compiled) are also available.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO28
1 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ffac53f1201a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,28 @@
+# Generated by mksrcinfo v8
+# Mon Jan 25 10:04:12 UTC 2016
+pkgbase = journey-git
+ pkgdesc = Ghost-compatible blogging platform written in golang
+ pkgver = 0.1.9.r53.g4ea1480
+ pkgrel = 1
+ url = https://kabukky.github.io/journey/
+ install = journey.install
+ arch = i686
+ arch = x86_64
+ license = MIT
+ makedepends = go
+ provides = journey
+ conflicts = journey
+ conflicts = journey-bin
+ options = emptydirs
+ backup = opt/journey/config.json
+ source = journey-git::git+https://github.com/kabukky/journey/#branch=development
+ source = promenade.zip::https://github.com/kabukky/promenade/archive/59388206534e37aeabdbf672ea1a8e1cf93ee09f.zip
+ source = journey.service
+ source = journey.install
+ sha256sums = SKIP
+ sha256sums = 2597207a112f69ec0de94bef063681a6d2f3920fff02c2117e5ccf392a4a1ca4
+ sha256sums = 71ff0fd4afd25bcc9e91fe2f9d9f9b8dd89884081e05c93bbd5f3c4c84b71428
+ sha256sums = 20b809dbe7553acbd940c6bd0a83b6b529d3ebc8fa5c4ac20ae74c1bb7c6b22c
+
+pkgname = journey-git
+