suckless-extra

A collection of gentoo ebuilds for suckless programs as well as their dependencies and setup scripts
git clone git://git.stellar-nexus.ru/suckless-extra
Log | Files | Refs

littkit-0.90.ebuild (443B)


      1 # Copyright 2024 Gentoo Authors
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=8
      5 
      6 DESCRIPTION="a set of shell scripts to implement oredered-startup and run-once capabilities"
      7 HOMEPAGE="https://troubleshooters.com/projects/littkit"
      8 SRC_URI="https://troubleshooters.com/projects/${PN}/downloads/${PN}_${PV//./_}.tgz"
      9 
     10 S="${WORKDIR}"/littkit_0_90
     11 
     12 LICENSE="MIT"
     13 SLOT="0"
     14 KEYWORDS="~amd64"
     15 
     16 src_install() {
     17 	dobin lk_*
     18 }