summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSudhip Nashi2020-05-04 11:22:01 -0500
committerSudhip Nashi2020-05-04 11:22:01 -0500
commitb2fcf8cf265c3114facc0766a898cf2c41c55c30 (patch)
treeafe601c5589961f5104d34bf85f6b4e77ce14b18
downloadaur-b2fcf8cf265c3114facc0766a898cf2c41c55c30.tar.gz
first commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
-rw-r--r--source.tar.gzbin0 -> 540 bytes
3 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..cc880fbb5c5d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = simple-utilities
+ pkgdesc = A bunch of simple CLI utilities
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://github.com/Finermeerkat137/simple-utilities
+ arch = any
+ license = MIT
+ depends = xclip
+ depends = libnotify
+ source = source.tar.gz
+ sha512sums = a00f5b88f8394beee605c99a2437b4df1e62d624aa53d39b6a5ec8dbd3f0f7cef7081e2afd442d6b7251c211770df989446d272277ad9a8e9097ec232552bc7a
+
+pkgname = simple-utilities
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..82d8cbaa9ebc
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+#Maintainer: Sudhip Nashi <sudhip@nashi.us>
+pkgname='simple-utilities'
+pkgver=1.0
+pkgrel=1
+pkgdesc="A bunch of simple CLI utilities"
+arch=('any')
+url="https://github.com/Finermeerkat137/simple-utilities"
+license=('MIT')
+depends=('xclip' 'libnotify')
+source=('source.tar.gz')
+sha512sums=('a00f5b88f8394beee605c99a2437b4df1e62d624aa53d39b6a5ec8dbd3f0f7cef7081e2afd442d6b7251c211770df989446d272277ad9a8e9097ec232552bc7a')
+
+package() {
+ mkdir -p "$pkgdir"/usr/local/bin
+ for file in "$srcdir"/source/files/*;do
+ install -v "$file" "$pkgdir"/usr/local/bin
+ done
+}
diff --git a/source.tar.gz b/source.tar.gz
new file mode 100644
index 000000000000..92bc071c7223
--- /dev/null
+++ b/source.tar.gz
Binary files differ