mirror of
https://github.com/XAMPPRocky/tokei
synced 2024-10-30 07:11:48 +00:00
5021a6d324
* languages.json: Racket - add scrbl extension and racket env Signed-off-by: Maciej Barć <xgqt@riseup.net> * add ebuild language more info: https://wiki.gentoo.org/wiki/Ebuild Signed-off-by: Maciej Barć <xgqt@gentoo.org> Signed-off-by: Maciej Barć <xgqt@riseup.net> Signed-off-by: Maciej Barć <xgqt@gentoo.org> Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
16 lines
215 B
Bash
16 lines
215 B
Bash
# 16 lines 9 code 2 comments 5 blanks
|
|
|
|
# test comment
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="ebuild file"
|
|
HOMEPAGE="https://foo.example.org/"
|
|
SRC_URI="ftp://foo.example.org/${P}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
|
|
src_compile() {
|
|
:
|
|
}
|