summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c1a239208aa..9d5f576298ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,12 @@ pkgdesc="A tool to create memes using CLI"
arch=('i686' 'x86_64')
license=('custom:DWTFYW')
url="https://redd.it/5ezk1f"
+source=('https://raw.githubusercontent.com/magnus-ISU/aur-scripts/master/shitpost')
depends=('imagemagick')
optdepends=('ttf-ms-fonts')
-noextract=('shitpost')
+md5sums=('SKIP')
package() {
mkdir -p "${pkgdir}/usr/bin/"
- install -D -m755 ../shitpost "${pkgdir}/usr/bin/"
+ install -D -m755 "$srcdir/shitpost" "$pkgdir/usr/bin/"
}