parent
1fae5f083f
commit
f685a24e98
1 changed files with 25 additions and 0 deletions
25
srcpkgs/blind/template
Normal file
25
srcpkgs/blind/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'blind'
|
||||||
|
pkgname=blind
|
||||||
|
version=1.1
|
||||||
|
revision=1
|
||||||
|
depends="ffmpeg"
|
||||||
|
short_desc="A collection of command line video editing utilities"
|
||||||
|
maintainer="copyleftie <copyleftie@protonmail.com>"
|
||||||
|
license="ISC"
|
||||||
|
homepage="https://tools.suckless.org/blind"
|
||||||
|
distfiles="https://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=24f903ccb5e118d75f38d3ae0d85fed909749f978bff47ff6973ee1bfddfcc5a
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i -e '/CFLAGS/{s/=/+=/}' \
|
||||||
|
-e 's/^LDFLAGS/#LDFLAGS/' config.mk
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC="$CC" LDFLAGS="-lm $LDFLAGS" ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue