summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkate Ipsum Releaser2023-08-03 16:36:50 +0000
committerSkate Ipsum Releaser2023-08-03 16:36:50 +0000
commit845d3665c32a32b848f83971161640337ad9b7fd (patch)
treeba64bdf8b830e0c59e04b9b244513bb94d550479
downloadaur-845d3665c32a32b848f83971161640337ad9b7fd.tar.gz
Update to v0.0.8
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD26
2 files changed, 45 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ddfaa5f338aa
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = skate-ipsum-bin
+ pkgdesc = Skate Ipsum is a tool for generating random skateboarding related text.
+ pkgver = 0.0.8
+ pkgrel = 1
+ url = https://github.com/madflow/skate-ipsum
+ license = MIT
+ conflicts = skate-ipsum
+ provides = skate-ipsum
+ arch = aarch64
+ source_aarch64 = https://github.com/madflow/skate-ipsum/releases/download/v0.0.8/skate-ipsum_Linux_arm64.tar.gz
+ sha256sums_aarch64 = a1126f9ae7ef1629da68c3518bd936d9d89e82517f68edf31688fa3b9c51156f
+ arch = i686
+ source_i686 = https://github.com/madflow/skate-ipsum/releases/download/v0.0.8/skate-ipsum_Linux_i386.tar.gz
+ sha256sums_i686 = c2dd62353a8aea6a8ddf45d6e95280c65c2fe98f9fcfbecda84059e9238e4221
+ arch = x86_64
+ source_x86_64 = https://github.com/madflow/skate-ipsum/releases/download/v0.0.8/skate-ipsum_Linux_x86_64.tar.gz
+ sha256sums_x86_64 = c13c1674efd116596efcb9d9a7e1b97d9ff382a37e9cdf6b6c378f5643c934d3
+
+pkgname = skate-ipsum-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..cd342092c75f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,26 @@
+# This file was generated by GoReleaser. DO NOT EDIT.
+# Maintainer: madflow
+
+pkgname='skate-ipsum-bin'
+pkgver=0.0.8
+pkgrel=1
+pkgdesc='Skate Ipsum is a tool for generating random skateboarding related text.'
+url='https://github.com/madflow/skate-ipsum'
+arch=('aarch64' 'i686' 'x86_64')
+license=('MIT')
+provides=('skate-ipsum')
+conflicts=('skate-ipsum')
+
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/madflow/skate-ipsum/releases/download/v0.0.8/skate-ipsum_Linux_arm64.tar.gz")
+sha256sums_aarch64=('a1126f9ae7ef1629da68c3518bd936d9d89e82517f68edf31688fa3b9c51156f')
+
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/madflow/skate-ipsum/releases/download/v0.0.8/skate-ipsum_Linux_i386.tar.gz")
+sha256sums_i686=('c2dd62353a8aea6a8ddf45d6e95280c65c2fe98f9fcfbecda84059e9238e4221')
+
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/madflow/skate-ipsum/releases/download/v0.0.8/skate-ipsum_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('c13c1674efd116596efcb9d9a7e1b97d9ff382a37e9cdf6b6c378f5643c934d3')
+
+package() {
+ # bin
+ install -Dm755 "./skate" "${pkgdir}/usr/bin/skate"
+}