Skip to content

Commit

Permalink
pkgutils: 6.0.1-3d0dcb7 -> 6.0.1-cd6dddf
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jan 17, 2024
1 parent ad0333b commit 7f598fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions pkgutils/.footprint
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ drwxr-xr-x root/root usr/share/man/man5/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/pkgadd.8.gz
-rw-r--r-- root/root usr/share/man/man8/pkgrm.8.gz
drwxr-xr-x root/root usr/share/vim/
drwxr-xr-x root/root usr/share/vim/vimfiles/
drwxr-xr-x root/root usr/share/vim/vimfiles/ftdetect/
-rw-r--r-- root/root usr/share/vim/vimfiles/ftdetect/pkgaddconf.vim
drwxr-xr-x root/root usr/share/vim/vimfiles/syntax/
-rw-r--r-- root/root usr/share/vim/vimfiles/syntax/pkgaddconf.vim
2 changes: 1 addition & 1 deletion pkgutils/.md5sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
c369dd8e3697c443f0fab823e2db2391 pkgadd.conf
1664bcf51f88a395a2c8aa37f10c6b8e pkgutils-6.0.1-3d0dcb7.tar.gz
5a60b386b6f79571fe805a4033d46ecf pkgutils-6.0.1-cd6dddf.tar.gz
6 changes: 5 additions & 1 deletion pkgutils/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Depends on: libarchive

name=pkgutils
version=6.0.1-3d0dcb7
version=6.0.1-cd6dddf
release=1
source="https://github.com/zeppe-lin/$name/archive/${version#*-}/$name-$version.tar.gz
pkgadd.conf"
Expand All @@ -16,4 +16,8 @@ build() {

# config
install -m 0644 -Dt $PKG/etc/ $SRC/pkgadd.conf

# vim syntax highlight
mkdir -p $PKG/usr/share/vim/vimfiles
cp -r $name-*/vim-pkgaddconf/* $PKG/usr/share/vim/vimfiles/
}

0 comments on commit 7f598fd

Please sign in to comment.