summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsalosh2023-05-22 01:00:09 +0000
committersalosh2023-05-22 01:00:09 +0000
commit1310e1b79406069a122bc6946784ae8108a35b67 (patch)
tree3509337063cbb868d18a29fa4610452169659723
downloadaur-1310e1b79406069a122bc6946784ae8108a35b67.tar.gz
useful commit message
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD33
2 files changed, 42 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..26f68a4177eb
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,9 @@
+pkgbase = jockey
+ pkgdesc = Data J0ckey
+ pkgver = 0.0.1
+ pkgrel = 1
+ url = https://github.com/salosh/jockey.git
+ arch = any
+ license = GPLv3
+
+pkgname = jockey
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f9b5f4bb197b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,33 @@
+# Maintainer: Salo Shp <support@salosh.org>
+pkgname=jockey
+pkgver=0.0.1
+pkgrel=1
+epoch=
+pkgdesc="Data J0ckey"
+arch=(any)
+url="https://github.com/salosh/jockey.git"
+license=(GPLv3)
+groups=()
+depends=()
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+noextract=()
+md5sums=()
+validpgpkeys=()
+
+build() {
+ /bin/true
+}
+
+package() {
+ sitepackages=jockey
+ mkdir -p $pkgdir/"$sitepackages"
+}