Skip to content

sprunge

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

Makefile

# SPDX-License-Identifier: GPL-3.0-only
#
# Copyright (C) 2006-2014 OpenWrt.org

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)))