scream-raw: clean up template

This commit is contained in:
Đoàn Trần Công Danh 2020-09-03 22:37:17 +07:00
parent 8f5f75dae5
commit 8d4886d7ba
1 changed files with 4 additions and 5 deletions

View File

@ -1,10 +1,9 @@
# Template file for 'scream-${_recieverName}'
_recieverName=raw
pkgname=scream-${_recieverName}
# Template file for 'scream-raw'
pkgname=scream-raw
version=3.4
revision=1
wrksrc=scream-$version
build_wrksrc=Receivers/${_recieverName}
build_wrksrc=Receivers/raw
build_style=gnu-makefile
short_desc="Virtual network sound card for Microsoft Windows - raw reciever"
maintainer="Anjandev Momi <anjan@momi.ca>"
@ -14,6 +13,6 @@ distfiles="https://github.com/duncanthrax/scream/archive/${version}.tar.gz"
checksum=3441d38b3a4c76ac4ca883a939542c9cf3701a386356feddba43b40c3a2bdb5e
do_install() {
vbin scream-${_recieverName}
vbin scream-raw
vdoc README.md
}