snooze-0.5.ebuild 369 B

123456789101112131415161718
  1. # Copyright 2021 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. DESCRIPTION="run a command at a particular time"
  5. HOMEPAGE="https://github.com/leahneukirchen/snooze"
  6. SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  7. LICENSE="CC0-1.0"
  8. SLOT="0"
  9. KEYWORDS="amd64 ~x86"
  10. src_install() {
  11. dobin "${PN}"
  12. doman "${PN}.1"
  13. }