holgersson-overlay/media-fonts/sans-bullshit-sans/sans-bullshit-sans-0.1-r2.ebuild
Nils Freydank 4b2e24ba84
media-fonts/sans-bullshit-sans: Revbump to fix distfile name
Fix the header date on the fly.

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
2021-08-19 21:25:26 +02:00

25 lines
483 B
Bash

# Copyright 2017-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit font
DESCRIPTION="A media-fonts/droid based font with buzzword censorship"
HOMEPAGE="https://www.sansbullshitsans.com/"
SRC_URI="https://pixelambacht.nl/downloads/SansBullshitSans.ttf -> ${P}.ttf"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~*"
IUSE=""
S="${WORKDIR}"
FONT_S="${S}"
FONT_SUFFIX="ttf"
src_unpack() {
cp "${DISTDIR}/${A}" "${S}/${A//-${PV}}"
}