summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d041e9945858
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = pishrink-git
+ pkgdesc = Make your pi images smaller!
+ pkgver = 20190120
+ pkgrel = 1
+ url = https://github.com/Drewsif/PiShrink
+ arch = any
+ license = MIT
+ source = pishrink-git::git+https://github.com/Drewsif/PiShrink
+ sha256sums = SKIP
+
+pkgname = pishrink-git
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d368e440bc25
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+pkgname=pishrink-git
+_name=pishrink
+pkgver=20190120
+pkgrel=1
+pkgdesc="Make your pi images smaller!"
+depends=()
+license=('MIT')
+arch=('any')
+url="https://github.com/Drewsif/PiShrink"
+source=(${pkgname}::git+$url)
+sha256sums=('SKIP')
+
+package() {
+ cd "$srcdir/$pkgname"
+ install -Dm755 pishrink.sh "$pkgdir/usr/bin/pishrink.sh"
+}