summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwspvlv2021-05-10 18:45:49 +0000
committerwspvlv2021-05-10 18:45:49 +0000
commitb22668807e587cc186472eca0dde1122c3ce0b1a (patch)
tree06824c962d41c00173b74e68e075fdf91254a382
downloadaur-b22668807e587cc186472eca0dde1122c3ce0b1a.tar.gz
Ready for submission?
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD27
-rw-r--r--wimg-0.1.tar.gzbin0 -> 4558 bytes
3 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..59e01b59b09b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = wimg
+ pkgdesc = A minimalistic image viewer made with WLib and SDL2
+ pkgver = 0.1
+ pkgrel = 1
+ arch = x86_64
+ license = GPL3
+ depends = sdl
+ depends = wlib
+ source = wimg-0.1.tar.gz
+ md5sums = SKIP
+
+pkgname = wimg
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1ee5326484aa
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Wispy <wspvlv@gmail.com>
+pkgname=wimg
+pkgver=0.1
+pkgrel=1
+pkgdesc="A minimalistic image viewer made with WLib and SDL2"
+arch=(x86_64)
+url=""
+license=('GPL3')
+groups=()
+depends=( sdl wlib )
+makedepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=($pkgname-$pkgver.tar.gz)
+noextract=()
+md5sums=(SKIP)
+
+package() {
+ DESTDIR="$pkgdir"
+ install -Dm644 wimg -t ${DESTDIR}/usr/bin
+} \ No newline at end of file
diff --git a/wimg-0.1.tar.gz b/wimg-0.1.tar.gz
new file mode 100644
index 000000000000..df5d09f0c3d0
--- /dev/null
+++ b/wimg-0.1.tar.gz
Binary files differ