22 Feb
2018
22 Feb
'18
6:19 p.m.
On Thu, 22 Feb 2018 22:39:43 +0530 Ankit R Gadiya <arch@argp.in> wrote:
install -Dm755 "${srcdir}/${pkgname/-/_}-${pkgver}/plugin/tcomment.vim" \ "${pkgdir}/usr/share/vim/vimfiles/plugin/tcomment.vim" install -Dm755 "${srcdir}/${pkgname/-/_}-${pkgver}/doc/tcomment.txt" \ "${pkgdir}/usr/share/vim/vimfiles/doc/tcomment.txt" install -Dm755 "${srcdir}/${pkgname/-/_}-${pkgver}/autoload/tcomment.vim" \ "${pkgdir}/usr/share/vim/vimfiles/autoload/tcomment.vim"
Same as other PKGBUILD. Added License
Since this one is GPL3, it doesn't need the license. I was referring to the ${srcdir} and -t changes. Eli already responded about the pkgdesc.