diff options
Diffstat (limited to 'x11-misc/myi3lock/myi3lock-1.3.2-r1.ebuild')
-rw-r--r-- | x11-misc/myi3lock/myi3lock-1.3.2-r1.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-misc/myi3lock/myi3lock-1.3.2-r1.ebuild b/x11-misc/myi3lock/myi3lock-1.3.2-r1.ebuild deleted file mode 100644 index 9b8caa0..0000000 --- a/x11-misc/myi3lock/myi3lock-1.3.2-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -EAPI=7 - -DESCRIPTION="Script calling i3lock used to automate some tasks on lock" -HOMEPAGE="https://git.cynerd.cz" -S="${WORKDIR}" - -LICENSE="GPL-3.0+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - x11-misc/i3lock - x11-themes/background-lnxpcs - x11-misc/xss-lock - x11-wm/i3" -BDEPEND="" - -src_install() { - dobin "${FILESDIR}/myi3lock" -} |