stroke-0.1.3-r1.ebuild 379 B

12345678910111213141516
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="A powerful tool to change file timestamps (including ctimes)"
  5. HOMEPAGE="http://stroke.sourceforge.net/"
  6. SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
  7. LICENSE="GPL-3"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE=""
  11. DOCS=( AUTHORS ChangeLog README TODO )