On 02/22/2018 10:49 PM, Doug Newgard via aur-general wrote:
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.
My bad, I should have read the License section in the PKGBUILD wiki page. I'll fix that. -- Ankit R Gadiya