mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
bff-apankrat: resolve conflict with bff
This commit is contained in:
parent
297696c88d
commit
458a836942
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bff-apankrat'
|
# Template file for 'bff-apankrat'
|
||||||
pkgname=bff-apankrat
|
pkgname=bff-apankrat
|
||||||
version=1.0.7
|
version=1.0.7
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="bff-${version}"
|
wrksrc="bff-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Moderately-optimizing brainfuck interpreter"
|
short_desc="Moderately-optimizing brainfuck interpreter"
|
||||||
|
@ -12,7 +12,7 @@ distfiles="https://github.com/apankrat/bff/archive/v${version}.tar.gz"
|
||||||
checksum=1f8787f8bc12ae4282112dabc5b85f03002269dce57023ee0443250d5a68702f
|
checksum=1f8787f8bc12ae4282112dabc5b85f03002269dce57023ee0443250d5a68702f
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin bff
|
vbin bff bff-apankrat
|
||||||
head -n 13 bff.c > LICENSE
|
head -n 13 bff.c > LICENSE
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue