hefur: updated to version 1.0

This commit is contained in:
Matt Housh 2020-11-08 12:06:07 -06:00
parent a499ba5d6a
commit 325f17ea42
3 changed files with 30 additions and 11 deletions

View File

@ -5,20 +5,37 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/hefurctl
-rwxr-xr-x root/root usr/bin/hefurd
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/hefur/
-rw-r--r-- root/root usr/include/hefur/tracker-controller.hh
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/hefur/
drwxr-xr-x root/root usr/share/hefur/torrents/
drwxr-xr-x root/root usr/share/hefur/www/
drwxr-xr-x root/root usr/share/hefur/www/css/
-rw-r--r-- root/root usr/share/hefur/www/css/hefur.css
-rw-r--r-- root/root usr/share/hefur/www/css/bootstrap-grid.css
-rw-r--r-- root/root usr/share/hefur/www/css/bootstrap-grid.css.map
-rw-r--r-- root/root usr/share/hefur/www/css/bootstrap-grid.min.css
-rw-r--r-- root/root usr/share/hefur/www/css/bootstrap-grid.min.css.map
-rw-r--r-- root/root usr/share/hefur/www/css/bootstrap-reboot.css
-rw-r--r-- root/root usr/share/hefur/www/css/bootstrap-reboot.css.map
-rw-r--r-- root/root usr/share/hefur/www/css/bootstrap-reboot.min.css
-rw-r--r-- root/root usr/share/hefur/www/css/bootstrap-reboot.min.css.map
-rw-r--r-- root/root usr/share/hefur/www/css/bootstrap.css
-rw-r--r-- root/root usr/share/hefur/www/css/bootstrap.css.map
-rw-r--r-- root/root usr/share/hefur/www/css/bootstrap.min.css
-rw-r--r-- root/root usr/share/hefur/www/css/bootstrap.min.css.map
drwxr-xr-x root/root usr/share/hefur/www/img/
-rw-r--r-- root/root usr/share/hefur/www/img/favicon.ico
-rw-r--r-- root/root usr/share/hefur/www/img/magnet-icon.gif
-rw-r--r-- root/root usr/share/hefur/www/img/peers.png
-rw-r--r-- root/root usr/share/hefur/www/img/torrent-icon.png
drwxr-xr-x root/root usr/share/hefur/www/js/
-rw-r--r-- root/root usr/share/hefur/www/js/bootstrap.bundle.js
-rw-r--r-- root/root usr/share/hefur/www/js/bootstrap.bundle.js.map
-rw-r--r-- root/root usr/share/hefur/www/js/bootstrap.bundle.min.js
-rw-r--r-- root/root usr/share/hefur/www/js/bootstrap.bundle.min.js.map
-rw-r--r-- root/root usr/share/hefur/www/js/bootstrap.js
-rw-r--r-- root/root usr/share/hefur/www/js/bootstrap.js.map
-rw-r--r-- root/root usr/share/hefur/www/js/bootstrap.min.js
-rw-r--r-- root/root usr/share/hefur/www/js/bootstrap.min.js.map
-rw-r--r-- root/root usr/share/hefur/www/js/table-sorter.js
drwxr-xr-x root/root usr/share/hefur/www/tpl/
-rw-r--r-- root/root usr/share/hefur/www/tpl/page.html

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38S777ixYVWv0yRFdBPfZI7JrUKEV8BBv4t6vjX9D+LTLItYhsSYDYhJ6nMXD0cZQlzSN0PWJHFb+6cMSW1kdQI=
SHA256 (Pkgfile) = 3368c13bcd1d727e4264e372c94e3e4a9f4dc147c2b313e0b5587fbd10029265
SHA256 (.footprint) = 90a54806231f7d9b034c44a8470c29e362018fda60978eaa46f7d8aeab4da889
SHA256 (hefur-8b3dd3c.tar.xz) = 1bf74808c3f2ee4b56be5e3d83eb8ff16e12dc7b4b32a70709e8d0a4948f8780
RWSagIOpLGJF37EdPFjsMkKnBnPYqWEw+ikwjtbGDaAz2j1YbltFiUf10BFEu1S8eYN2mi+FRoGtER/m9tEmYcgyleUnqYhGfAM=
SHA256 (Pkgfile) = 357b0c56c60405e822a2dce4cd0c6fa6e2b92e126a004b549566bbac122df326
SHA256 (.footprint) = c25197078c572e2f35142aa613f52db94088ff17645261cd0e5dfe40a5b7d0f2
SHA256 (hefur-1.0.tar.xz) = 47964ee9e1fa1fd064080e94b8be5b0089eeb300fc9b7f1ec6ab554f065d710b
SHA256 (hefurd) = 087242c4b07abf605835b3977bf864007cb4333b0e4a5e3bc196a2b59455e052

View File

@ -4,14 +4,15 @@
# Depends on: protobuf cmake gnutls git
name=hefur
version=0.6-8b3dd3c
version=1.0
release=1
source=(https://crux.nu/~jaeger/files/$name-8b3dd3c.tar.xz \
source=(https://crux.nu/~jaeger/files/$name-$version.tar.xz \
hefurd)
build() {
cd $name-8b3dd3c
cd $name-$version
sed -i -e '45,48d' CMakeLists.txt
sed -i -e '124,126d' hefur/CMakeLists.txt
cmake -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS -DNDEBUG" \
@ -21,4 +22,5 @@ build() {
install -d -m 0755 -o root -g root $PKG/var/run/hefur $PKG/usr/share/hefur/torrents
install -D -m 0644 -o root -g root /dev/null $PKG/var/log/hefurd.log
install -D -m 0755 -o root -g root $SRC/hefurd $PKG/etc/rc.d/hefurd
rm -r $PKG/usr/share/doc
}