#!/bin/sh # This is a shell archive echo x puush mkdir -p puush > /dev/null 2>&1 echo x puush/Makefile sed 's/^X//' > puush/Makefile << 'SHAR_END' X# Created by: Ultima X# $FreeBSD$ X XPORTNAME= puush-linux XPORTVERSION= 0.0.1 XCATEGORIES= deskutils X XMAINTAINER= ultima1252@gmail.com XCOMMENT= Push images, and screenshots near-instantly with puush X XRUN_DEPENDS= gnome-screenshot:deskutils/gnome-screenshot \ X curl:ftp/curl \ X zenity:x11/zenity \ X xclip:x11/xclip X XUSE_GITHUB= yes XGH_ACCOUNT= ultima1252 XNO_BUILD= yes X XPLIST_FILES= sbin/puush \ X share/icons/puush.png X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/puush ${STAGEDIR}${PREFIX}/sbin/puush X ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons X ${CP} -R ${WRKSRC}/icon.png ${STAGEDIR}${PREFIX}/share/icons/puush.png X X.include SHAR_END echo x puush/distinfo sed 's/^X//' > puush/distinfo << 'SHAR_END' XTIMESTAMP = 1465495647 XSHA256 (ultima1252-puush-linux-0.0.1_GH0.tar.gz) = bdf97cad946ad427db9f05a255e86ef3189d93579e6d3d7adac8199c715c2e25 XSIZE (ultima1252-puush-linux-0.0.1_GH0.tar.gz) = 30851 SHAR_END echo x puush/pkg-descr sed 's/^X//' > puush/pkg-descr << 'SHAR_END' XUse keyboard shortcuts gestures to quickly capture any portion Xof your screen. These screenshots are near-instantly puush'd, Xleaving behind a short URL in your clipboard, perfect for sharing. XPaste these easily into your Twitter, IRC or IM clients. Share Xthem with the world or make them private, for your eyes only. SHAR_END exit