# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

DESCRIPTION="Small programs to add or remove the BOM mark in UTF8 files"
HOMEPAGE="https://github.com/jlblancoc/utf-bom-utils"
SRC_URI="https://github.com/jlblancoc/utf-bom-utils/archive/master.zip -> utf-bom-utils_src.zip"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"

S="${WORKDIR}/utf-bom-utils-master"