version bump 1.1
This commit is contained in:
26
sys-apps/shperm/shperm-1.1.ebuild
Normal file
26
sys-apps/shperm/shperm-1.1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="show permissions of all directories from given path up to root"
|
||||
HOMEPAGE="https://source.devloop.de/damage/shperm"
|
||||
SRC_URI="https://source.devloop.de/damage/shperm/archive/${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="sys-devel/gcc"
|
||||
|
||||
src_compile() {
|
||||
gcc -o shperm shperm.c
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin shperm
|
||||
}
|
||||
Reference in New Issue
Block a user