Skip to content

sprunge

https://github.com/libremesh/lime-packages/blob/master/packages/sprunge

Makefile

#
# Copyright (C) 2006-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v3.
#

include ../../libremesh.mk

define Package/$(PKG_NAME)
  TITLE:=sprunge.us and ix.io pastebin
  SECTION:=utils
  CATEGORY:=Utilities
  MAINTAINER:=Ilario Gelmetti <ilario@eigenlab.org>
  URL:=http://ix.io
  PKGARCH:=all
endef

define Package/$(PKG_NAME)/description
	sprunge.us and ix.io command line pastebin
endef

$(eval $(call BuildPackage,$(PKG_NAME)))