summaryrefslogtreecommitdiff
path: root/app-editors/sandy/sandy-0.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
commitf70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch)
treee907cb121b30e3c1df1710719c0ddf4029597a47 /app-editors/sandy/sandy-0.4.ebuild
parentdb063b515939ab15261136b24e4bc44386335c0c (diff)
gentoo resync : 30.09.2020
Diffstat (limited to 'app-editors/sandy/sandy-0.4.ebuild')
-rw-r--r--app-editors/sandy/sandy-0.4.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-editors/sandy/sandy-0.4.ebuild b/app-editors/sandy/sandy-0.4.ebuild
deleted file mode 100644
index d401639ce641..000000000000
--- a/app-editors/sandy/sandy-0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="an ncurses text editor with an easy-to-read, hackable C source"
-HOMEPAGE="https://tools.suckless.org/sandy"
-SRC_URI="https://git.suckless.org/${PN}/snapshot/${P}.tar.bz2"
-
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="sys-libs/ncurses:0="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.4-gentoo.patch
-}
-
-src_compile() {
- tc-export CC PKG_CONFIG
- append-cflags -D_DEFAULT_SOURCE
- emake PREFIX=/usr ${PN}
-}
-
-src_install() {
- emake PREFIX=/usr DESTDIR="${D}" install
-}